garage: use new darwin sdk pattern

This commit is contained in:
Nick Cao
2024-12-03 14:18:33 -05:00
parent fc0a7fe9c0
commit 4d74c042ba
2 changed files with 2 additions and 5 deletions
+1 -2
View File
@@ -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
+1 -3
View File
@@ -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