mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Remove more dead code: stdenvDarwinNaked
no longer exists
This commit is contained in:
parent
47d95a7571
commit
5b7bdb2861
@ -238,11 +238,4 @@ rec {
|
||||
NIX_CFLAGS_LINK = toString (args.NIX_CFLAGS_LINK or "") + " -fuse-ld=gold";
|
||||
});
|
||||
};
|
||||
|
||||
dropCxx = drv: drv.override {
|
||||
stdenv = if pkgs.stdenv.isDarwin
|
||||
then pkgs.allStdenvs.stdenvDarwinNaked
|
||||
else pkgs.stdenv;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user