darwin.xnu: Fix stripDirs

`stripDirs: Ranlib command is empty`

Exposed by f46c8c1bcd
This commit is contained in:
Artturin 2023-07-23 14:50:40 +03:00
parent 375657a0fd
commit afaab4f120

View File

@ -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";