mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
eolie: don't use pythonPath
This commit is contained in:
parent
1933e8be0d
commit
af2caa441f
|
@ -4,7 +4,7 @@
|
|||
, gobject-introspection, wrapGAppsHook }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
name = "eolie-${version}";
|
||||
pname = "eolie";
|
||||
version = "0.9.45";
|
||||
|
||||
format = "other";
|
||||
|
@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
webkitgtk
|
||||
];
|
||||
|
||||
pythonPath = with python3.pkgs; [
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
beautifulsoup4
|
||||
pycairo
|
||||
pygobject3
|
||||
|
@ -53,9 +53,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A new GNOME web browser";
|
||||
homepage = https://wiki.gnome.org/Apps/Eolie;
|
||||
license = licenses.gpl3Plus;
|
||||
homepage = https://wiki.gnome.org/Apps/Eolie;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ samdroid-apps worldofpeace ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue