Unverified Commit 832bdf74 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #210327 from raphaelr/llpp-broken

llpp: mark as broken
parents 6aff9f21 6986b50d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,9 @@ stdenv.mkDerivation rec {
    homepage = "https://repo.or.cz/w/llpp.git";
    description = "A MuPDF based PDF pager written in OCaml";
    platforms = platforms.linux;
    # Project is unmaintained and fails to build:
    # link.c:987:27: error: invalid operands to binary >= (have 'fz_location' and 'int')
    broken = true;
    maintainers = with maintainers; [ pSub ];
    license = licenses.gpl3;
  };