liblouis: mark as broken

This commit is contained in:
Jan Tojnar
2018-04-24 21:53:11 +02:00
parent ab92a474a9
commit d48e9ff92a
2 changed files with 3 additions and 1 deletions
@@ -50,6 +50,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Open-source braille translator and back-translator";
homepage = http://liblouis.org/;
broken = true;
license = licenses.lgpl21;
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.unix;