darwin.libsecurity: fix for gnustep makefiles

This commit is contained in:
Daiderd Jordan 2016-08-20 13:30:01 +02:00
parent 8e8a89d8a8
commit 0ec2ba9497
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -29,7 +29,7 @@ name: version: sha256: args: let
makeFlagsArray=(-j''$NIX_BUILD_CORES)
'';
buildInputs = [
pkgs.gnustep-make
pkgs.gnustep.make
pkgs.darwin.apple_sdk.frameworks.AppKit
pkgs.darwin.apple_sdk.frameworks.Foundation
pkgs.darwin.cf-private
@ -38,6 +38,7 @@ name: version: sha256: args: let
"-f${makeFile}"
"MAKEFILE_NAME=${makeFile}"
"GNUSTEP_ABSOLUTE_INSTALL_PATHS=yes"
"GNUSTEP_MAKEFILES=${pkgs.gnustep.make}/share/GNUstep/Makefiles"
"LIB_LINK_INSTALL_DIR=\$(out)/lib"
];
installFlags = [