mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
darwin.libsecurity: fix for gnustep makefiles
This commit is contained in:
parent
8e8a89d8a8
commit
0ec2ba9497
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue