Unverified Commit db2ebc89 authored by Ryan Omasta's avatar Ryan Omasta
Browse files

cinny-desktop: unbreak darwin

parent 45716e15
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;
  };
})