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
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