Commit af71af6e authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

podman-desktop: remove xcrun dependency

parent c1afccdb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
, nodejs
, pnpm
, makeDesktopItem
, xcbuild
, autoSignDarwinBinariesHook
, nix-update-script
}:
@@ -51,7 +50,6 @@ stdenv.mkDerivation (finalAttrs: {
  ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
    copyDesktopItems
  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
    xcbuild.xcrun
    autoSignDarwinBinariesHook
  ];