nushell: drop darwin workaround
This commit is contained in:
parent
c5cf0c297f
commit
a55b2d659e
@ -36,11 +36,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoBuildFlags = lib.optional withStableFeatures "--features stable";
|
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 = ''
|
checkPhase = ''
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
echo "Running cargo test"
|
echo "Running cargo test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user