tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
liblouis: mark as broken
Jan Tojnar
8 years ago
d48e9ff9
ab92a474
+3
-1
2 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
orca
default.nix
development
libraries
liblouis
default.nix
+2
-1
pkgs/applications/misc/orca/default.nix
reviewed
···
34
34
];
35
35
36
36
propagatedBuildInputs = [
37
37
-
pygobject3 pyatspi dbus-python pyxdg brltty liblouis speechd gst-python setproctitle
37
37
+
# TODO: re-add liblouis when it is fixed
38
38
+
pygobject3 pyatspi dbus-python pyxdg brltty speechd gst-python setproctitle
38
39
];
39
40
40
41
buildInputs = [
+1
pkgs/development/libraries/liblouis/default.nix
reviewed
···
50
50
meta = with stdenv.lib; {
51
51
description = "Open-source braille translator and back-translator";
52
52
homepage = http://liblouis.org/;
53
53
+
broken = true;
53
54
license = licenses.lgpl21;
54
55
maintainers = with maintainers; [ jtojnar ];
55
56
platforms = platforms.unix;