mht2htm: mark as broken

This commit is contained in:
xeji 2018-04-11 01:17:23 +02:00
parent db409adaac
commit 9768b0457a

View file

@ -39,5 +39,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all;
broken = true; # 2018-04-11
};
}