orca: Set strictDeps to false
Wouldn't find the proper libraries/namespaces otherwise because of https://github.com/NixOS/nixpkgs/issues/56943
This commit is contained in:
parent
12b82b1a06
commit
634b21f6ac
@ -38,6 +38,8 @@ buildPythonApplication rec {
|
||||
pygobject3 pyatspi dbus-python pyxdg brltty 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
|
||||
|
Loading…
Reference in New Issue
Block a user