diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 8a399e811c78..b77cad3d12b1 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec { cargoSha256 = "sha256-gZ9r1Ryp5a7MjG9yM0pGCBYtM4GylZg7Sg9wCiB+SW0="; - nativeBuildInputs = [ pkg-config ] ++ lib.optionals (withExtraFeatures && stdenv.isLinux) [ python3 ];