pdfstudio2022, pdfstudioviewer: mark broken
This commit is contained in:
parent
f63a12f296
commit
756c5ea525
@ -5,6 +5,7 @@
|
||||
, version
|
||||
, desktopName
|
||||
, longDescription
|
||||
, broken ? false
|
||||
, buildFHSEnv
|
||||
, extraBuildInputs ? [ ]
|
||||
, jdk
|
||||
@ -94,6 +95,7 @@ buildFHSEnv {
|
||||
];
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
inherit broken;
|
||||
mainProgram = pname;
|
||||
maintainers = [ maintainers.pwoelfel ];
|
||||
};
|
||||
|
@ -40,6 +40,8 @@ in
|
||||
sha256 = "sha256-cc8YjrMsYZqgmwp5+AA+HsqzjxzFcTT/ga31NQz/OWc=";
|
||||
};
|
||||
jdk = jdk11;
|
||||
|
||||
broken = true; # Bad hash, probably unstable
|
||||
};
|
||||
|
||||
pdfstudio2021 = callPackage ./common.nix rec {
|
||||
@ -66,5 +68,7 @@ in
|
||||
(lib.getLib stdenv.cc.cc) # for libstdc++.so.6 and libgomp.so.1
|
||||
];
|
||||
jdk = jdk17;
|
||||
|
||||
broken = true; # URL 404s, probably unstable
|
||||
};
|
||||
}.${pname}
|
||||
|
Loading…
Reference in New Issue
Block a user