mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
darwin.xnu: Fix stripDirs
`stripDirs: Ranlib command is empty`
Exposed by f46c8c1bcd
This commit is contained in:
parent
375657a0fd
commit
afaab4f120
@ -63,6 +63,7 @@ appleDerivation' (if headersOnly then stdenvNoCC else stdenv) (
|
||||
MIG = "mig";
|
||||
MIGCOM = "migcom";
|
||||
STRIP = "${stdenv.cc.bintools.targetPrefix or ""}strip";
|
||||
RANLIB = "${stdenv.cc.bintools.targetPrefix or ""}ranlib";
|
||||
NM = "${stdenv.cc.bintools.targetPrefix or ""}nm";
|
||||
UNIFDEF = "unifdef";
|
||||
DSYMUTIL = "dsymutil";
|
||||
|
Loading…
Reference in New Issue
Block a user