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
commit 8cf3d9edba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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