Unverified Commit d8232ae2 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

cinny-desktop: unbreak darwin (#450942)

parents ae18887a db2ebc89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,6 +94,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
    mainProgram = "cinny";
    # Waiting for update to Tauri v2, webkitgtk_4_0 is deprecated
    # See https://github.com/cinnyapp/cinny-desktop/issues/398 and https://github.com/NixOS/nixpkgs/pull/450065
    broken = true;
    broken = stdenv.hostPlatform.isLinux;
  };
})