3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #60175 from JohnAZoidberg/orca-liblouis

Fix orca and re-add liblouis
This commit is contained in:
Tor Hedin Brønner 2019-04-25 19:37:49 +02:00 committed by GitHub
commit 622fb28635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
, python, pygobject3, gtk3, gnome3, substituteAll
, at-spi2-atk, at-spi2-core, pyatspi, dbus, dbus-python, pyxdg
, xkbcomp, procps, lsof, coreutils, gsettings-desktop-schemas
, speechd, brltty, setproctitle, gst_all_1, gst-python
, speechd, brltty, liblouis, setproctitle, gst_all_1, gst-python
}:
buildPythonApplication rec {
@ -34,10 +34,11 @@ buildPythonApplication rec {
];
propagatedBuildInputs = [
# TODO: re-add liblouis when it is fixed
pygobject3 pyatspi dbus-python pyxdg brltty speechd gst-python setproctitle
pygobject3 pyatspi dbus-python pyxdg brltty liblouis speechd gst-python setproctitle
];
strictDeps = false;
buildInputs = [
python gtk3 at-spi2-atk at-spi2-core dbus gsettings-desktop-schemas
gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good