mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
qutebrowser: add pyqtwebengine to propagatedBuildInputs
This commit is contained in:
parent
497f1a00f1
commit
2912844728
|
@ -46,7 +46,7 @@ in python3Packages.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
pyyaml pyqt5 jinja2 pygments
|
||||
pyyaml pyqt5 pyqtwebengine jinja2 pygments
|
||||
pypeg2 cssutils pyopengl attrs
|
||||
# scripts and userscripts libs
|
||||
tldextract beautifulsoup4
|
||||
|
|
Loading…
Reference in a new issue