cinny-desktop: unbreak darwin (#450942)

This commit is contained in:
Philip Taron
2025-10-11 13:42:39 +00:00
committed by GitHub
+1 -1
View File
@@ -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;
};
})