pythonPackages.weboob: fix build
This commit is contained in:
parent
28d49431c0
commit
f0bd27150a
@ -40,6 +40,13 @@ in buildPythonPackage rec {
|
||||
}; p' weboob/browser/browsers.py weboob/browser/pages.py
|
||||
'';
|
||||
|
||||
# Would fail with `Could not find executable: pyuic5`.
|
||||
# That executable will be looked up from an environment variable
|
||||
# in this format when available
|
||||
#
|
||||
# See: https://git.weboob.org/weboob/weboob/blob/1.3/setup.py#L32
|
||||
PYUIC5_EXECUTABLE = "${pyqt5}/bin/pyuic5";
|
||||
|
||||
setupPyBuildFlags = ["--qt" "--xdg"];
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user