Merge pull request #304667 from viraptor/czkawka-darwin

czkawka: fix darwin build
This commit is contained in:
0x4A6F
2024-04-17 22:15:06 +02:00
committed by GitHub
+4 -3
View File
@@ -45,9 +45,10 @@ rustPlatform.buildRustPackage {
glib
gtk4
pango
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Foundation
];
] ++ lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [
Foundation
AppKit
]);
nativeCheckInputs = [
xvfb-run