czkawka: fix darwin build

This commit is contained in:
Stanisław Pitucha 2024-04-17 10:09:13 +10:00
parent 68142254d2
commit fb74c8c37e
1 changed files with 4 additions and 3 deletions

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