pdfstudioviewer: mark broken

This commit is contained in:
Thomas Churchman 2023-07-06 23:09:10 +02:00
parent 14f15e76a8
commit f89d78b674
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@
, version
, desktopName
, longDescription
, broken ? false
, buildFHSEnv
, extraBuildInputs ? [ ]
, jdk
@ -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;

View file

@ -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 {