Revert "darwin.architecture: fix sandbox build"
Moving changes to staging, this is a mass-rebuild.
This reverts commit e79278e4cd
.
This commit is contained in:
parent
94b518f855
commit
f84aef11a4
|
@ -3,12 +3,6 @@
|
|||
appleDerivation {
|
||||
dontBuild = true;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace '/bin/mkdir' 'mkdir' \
|
||||
--replace '/usr/bin/install' 'install'
|
||||
'';
|
||||
|
||||
installFlags = [ "EXPORT_DSTDIR=/include/architecture" ];
|
||||
|
||||
DSTROOT = "$(out)";
|
||||
|
|
Loading…
Reference in New Issue