Unverified Commit 8cf3d9ed authored by 0x4A6F's avatar 0x4A6F Committed by GitHub
Browse files

Merge pull request #304667 from viraptor/czkawka-darwin

czkawka: fix darwin build
parents d3cd77b0 fb74c8c3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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