darwin.libsecurity: switch to multiple outputs
This commit is contained in:
parent
526103a82d
commit
907d7518d8
@ -28,6 +28,7 @@ name: version: sha256: args: let
|
||||
ln -s lib ${n}
|
||||
makeFlagsArray=(-j$NIX_BUILD_CORES)
|
||||
'';
|
||||
outputs = [ "out" "dev" ];
|
||||
buildInputs = [
|
||||
pkgs.gnustep.make
|
||||
pkgs.darwin.apple_sdk.frameworks.AppKit
|
||||
|
@ -17,7 +17,7 @@ appleDerivation {
|
||||
cp derived_src/* lib
|
||||
rm lib/ucspClientC.c
|
||||
'';
|
||||
postInstall = ''
|
||||
ln -s ''$out/include/securityd ''$out/include/securityd_client
|
||||
postFixup = ''
|
||||
ln -s $dev/include/securityd $dev/include/securityd_client
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user