gnustep-make: dont write to /Library/GNUstep

This commit is contained in:
Eric Seidel 2016-01-04 14:07:17 -08:00
parent b9e4cc83fa
commit 222f4b9e2b

View File

@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
substituteInPlace FilesystemLayouts/apple \
--replace /usr/local ""
substituteInPlace configure \
--replace /Library/GNUstep "$out"
'';
installFlags = [ "PREFIX=$(out)" ];