czkawka: fix darwin build

This commit is contained in:
Stanisław Pitucha 2024-04-17 10:09:13 +10:00
parent 68142254d2
commit fb74c8c37e

View File

@ -45,9 +45,10 @@ rustPlatform.buildRustPackage {
glib glib
gtk4 gtk4
pango pango
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [
darwin.apple_sdk.frameworks.Foundation Foundation
]; AppKit
]);
nativeCheckInputs = [ nativeCheckInputs = [
xvfb-run xvfb-run