summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-04-24 21:26:37 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-04-24 21:53:11 +0200
commitd48e9ff92a111482676504ff244663ca049ec841 (patch)
treeb7739d244042a4929e34c8ba23a4e3868f149a70 /pkgs/applications
parentab92a474a9e38c5edb8ece0dd6774d966cd4557d (diff)
downloadnixlib-d48e9ff92a111482676504ff244663ca049ec841.tar
nixlib-d48e9ff92a111482676504ff244663ca049ec841.tar.gz
nixlib-d48e9ff92a111482676504ff244663ca049ec841.tar.bz2
nixlib-d48e9ff92a111482676504ff244663ca049ec841.tar.lz
nixlib-d48e9ff92a111482676504ff244663ca049ec841.tar.xz
nixlib-d48e9ff92a111482676504ff244663ca049ec841.tar.zst
nixlib-d48e9ff92a111482676504ff244663ca049ec841.zip
liblouis: mark as broken
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/orca/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/misc/orca/default.nix b/pkgs/applications/misc/orca/default.nix
index abc8c3e78424..3abefae9c6b5 100644
--- a/pkgs/applications/misc/orca/default.nix
+++ b/pkgs/applications/misc/orca/default.nix
@@ -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 = [