nushell: drop darwin workaround

This commit is contained in:
zowoq
2020-10-22 11:24:37 +10:00
parent c5cf0c297f
commit a55b2d659e
-5
View File
@@ -36,11 +36,6 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = lib.optional withStableFeatures "--features stable";
# Remove after https://github.com/NixOS/nixpkgs/pull/97000 lands into master
preConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
unset SDKROOT
'';
checkPhase = ''
runHook preCheck
echo "Running cargo test"