Loading pkgs/applications/misc/pdfstudio/common.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , version , desktopName , longDescription , broken ? false , buildFHSEnv , extraBuildInputs ? [ ] , jdk Loading Loading @@ -85,6 +86,7 @@ buildFHSEnv { ''; meta = with lib; { inherit broken; homepage = "https://www.qoppa.com/${pname}/"; description = "An easy to use, full-featured PDF editing software"; longDescription = longDescription; Loading pkgs/applications/misc/pdfstudio/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,10 @@ in sha256 = "sha256-QXNsH1T+ItV3s9r8CnwgRUo1mhVbe8LkEun9gUmlVQg="; }; jdk = jdk17; # Bad hash, got sha256-afRhx9VCVRFUJoUnqs1bzF0yXpz3yEgLiFjMRB9xvsk= # Likely unstable. broken = true; }; pdfstudio2021 = callPackage ./common.nix rec { Loading Loading
pkgs/applications/misc/pdfstudio/common.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , version , desktopName , longDescription , broken ? false , buildFHSEnv , extraBuildInputs ? [ ] , jdk Loading Loading @@ -85,6 +86,7 @@ buildFHSEnv { ''; meta = with lib; { inherit broken; homepage = "https://www.qoppa.com/${pname}/"; description = "An easy to use, full-featured PDF editing software"; longDescription = longDescription; Loading
pkgs/applications/misc/pdfstudio/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,10 @@ in sha256 = "sha256-QXNsH1T+ItV3s9r8CnwgRUo1mhVbe8LkEun9gUmlVQg="; }; jdk = jdk17; # Bad hash, got sha256-afRhx9VCVRFUJoUnqs1bzF0yXpz3yEgLiFjMRB9xvsk= # Likely unstable. broken = true; }; pdfstudio2021 = callPackage ./common.nix rec { Loading