eolie: don't use pythonPath
This commit is contained in:
parent
1933e8be0d
commit
af2caa441f
@ -4,7 +4,7 @@
|
|||||||
, gobject-introspection, wrapGAppsHook }:
|
, gobject-introspection, wrapGAppsHook }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
name = "eolie-${version}";
|
pname = "eolie";
|
||||||
version = "0.9.45";
|
version = "0.9.45";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
webkitgtk
|
webkitgtk
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonPath = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
pycairo
|
pycairo
|
||||||
pygobject3
|
pygobject3
|
||||||
|
Loading…
Reference in New Issue
Block a user