Merge pull request #46369 from Ma27/mark-pdf2htmlex-as-broken

pdf2htmlEX: mark as broken
This commit is contained in:
Jörg Thalheim 2018-09-09 15:12:13 +01:00 committed by GitHub
commit d8244582c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = [ maintainers.taktoa ];
platforms = with platforms; linux;
broken = true; # 2018-09-08
};
}