gnustep-make: dont write to /Library/GNUstep
This commit is contained in:
parent
b9e4cc83fa
commit
222f4b9e2b
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
substituteInPlace FilesystemLayouts/apple \
|
||||
--replace /usr/local ""
|
||||
|
||||
substituteInPlace configure \
|
||||
--replace /Library/GNUstep "$out"
|
||||
'';
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
Loading…
Reference in New Issue
Block a user