3
0
Fork 0
forked from mirrors/nixpkgs

liblouis: mark as broken

This commit is contained in:
Jan Tojnar 2018-04-24 21:26:37 +02:00
parent ab92a474a9
commit d48e9ff92a
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 3 additions and 1 deletions

View file

@ -34,7 +34,8 @@ in buildPythonApplication rec {
];
propagatedBuildInputs = [
pygobject3 pyatspi dbus-python pyxdg brltty liblouis speechd gst-python setproctitle
# TODO: re-add liblouis when it is fixed
pygobject3 pyatspi dbus-python pyxdg brltty speechd gst-python setproctitle
];
buildInputs = [

View file

@ -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;