From 3f68060ff03f8b41a0d475a3c56444ef733c239c Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 28 Mar 2022 15:03:36 +0200 Subject: [PATCH] Update pkgs/shells/nushell/default.nix --- pkgs/shells/nushell/default.nix | 1 - 1 file changed, 1 deletion(-) 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 ];