darwin.architecture: add postPatch back in
I didn't think it was even being called before, but now getting this error: https://hydra.nixos.org/build/73955984/nixlog/1
This commit is contained in:
parent
805b3ecc55
commit
73833ee446
@ -3,6 +3,13 @@
|
|||||||
appleDerivation {
|
appleDerivation {
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace $sourceRoot/Makefile \
|
||||||
|
--replace "/usr/include" "/include" \
|
||||||
|
--replace "/usr/bin/" "" \
|
||||||
|
--replace "/bin/" ""
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
export DSTROOT=$out
|
export DSTROOT=$out
|
||||||
make install
|
make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user