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