Commit 756c5ea5 authored by Atemu's avatar Atemu
Browse files

pdfstudio2022, pdfstudioviewer: mark broken

parent f63a12f2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
+4 −0
Original line number Diff line number Diff line
@@ -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}