Revert "darwin.architecture: fix sandbox build"

Moving changes to staging, this is a mass-rebuild.

This reverts commit e79278e4cd.
This commit is contained in:
Daiderd Jordan 2019-02-17 10:03:26 +01:00
parent 94b518f855
commit f84aef11a4
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

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