liblouis: mark as broken
This commit is contained in:
parent
ab92a474a9
commit
d48e9ff92a
@ -34,7 +34,8 @@ in buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
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 = [
|
buildInputs = [
|
||||||
|
@ -50,6 +50,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Open-source braille translator and back-translator";
|
description = "Open-source braille translator and back-translator";
|
||||||
homepage = http://liblouis.org/;
|
homepage = http://liblouis.org/;
|
||||||
|
broken = true;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ jtojnar ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user