garage: use new darwin sdk pattern
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
, pkg-config
|
||||
, protobuf
|
||||
, cacert
|
||||
, Security
|
||||
, garage
|
||||
, nixosTests
|
||||
}:
|
||||
@@ -35,7 +34,7 @@ let
|
||||
|
||||
buildInputs = [
|
||||
openssl
|
||||
] ++ lib.optional stdenv.hostPlatform.isDarwin Security;
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
cacert
|
||||
|
||||
@@ -3483,9 +3483,7 @@ with pkgs;
|
||||
|
||||
gaphor = python3Packages.callPackage ../tools/misc/gaphor { };
|
||||
|
||||
inherit (callPackages ../tools/filesystems/garage {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
})
|
||||
inherit (callPackages ../tools/filesystems/garage { })
|
||||
garage
|
||||
garage_0_8 garage_0_9
|
||||
garage_0_8_7 garage_0_9_4
|
||||
|
||||
Reference in New Issue
Block a user