mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
liblouis: mark as broken
This commit is contained in:
parent
ab92a474a9
commit
d48e9ff92a
@ -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 = [
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user