Update pkgs/shells/nushell/default.nix
This commit is contained in:
parent
54a21b8dc5
commit
3f68060ff0
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
cargoSha256 = "sha256-gZ9r1Ryp5a7MjG9yM0pGCBYtM4GylZg7Sg9wCiB+SW0=";
|
||||
|
||||
|
||||
nativeBuildInputs = [ pkg-config ]
|
||||
++ lib.optionals (withExtraFeatures && stdenv.isLinux) [ python3 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue