xsv: fix "has invalid meta attribute"

Without this there's an eval error, when running nix-env -f '<nixpkgs>'
--query --available --json.

  derivation ‘xsv-0.11.0’ has invalid meta attribute ‘override’
  derivation ‘xsv-0.11.0’ has invalid meta attribute ‘overrideDerivation’

[Bjørn: extend commit message.]
This commit is contained in:
Matthew Bauer 2017-05-02 13:45:36 -05:00 committed by Bjørn Forsman
parent cc4e2505e4
commit 1234825656
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, rustPlatform, makeWrapper }:
{ stdenv, fetchFromGitHub, rustPlatform }:
with rustPlatform;

View File

@ -4738,7 +4738,7 @@ with pkgs;
xsel = callPackage ../tools/misc/xsel { };
xsv = callPackages ../tools/text/xsv { };
xsv = callPackage ../tools/text/xsv { };
xtreemfs = callPackage ../tools/filesystems/xtreemfs {};