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 @@ -94,6 +95,7 @@ buildFHSEnv { ]; license = licenses.unfree; platforms = platforms.linux; inherit broken; mainProgram = pname; maintainers = [ maintainers.pwoelfel ]; }; Loading pkgs/applications/misc/pdfstudio/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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
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 @@ -94,6 +95,7 @@ buildFHSEnv { ]; license = licenses.unfree; platforms = platforms.linux; inherit broken; mainProgram = pname; maintainers = [ maintainers.pwoelfel ]; }; Loading
pkgs/applications/misc/pdfstudio/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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}