mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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:
parent
cc4e2505e4
commit
1234825656
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchFromGitHub, rustPlatform, makeWrapper }:
|
||||
{ stdenv, fetchFromGitHub, rustPlatform }:
|
||||
|
||||
with rustPlatform;
|
||||
|
||||
|
|
|
@ -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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue