deluge: fix running the Gtk UI
This commit is contained in:
parent
44018a1a07
commit
ec086d27dd
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, intltool, libtorrentRasterbar, pythonPackages
|
||||
, gtk3, gobject-introspection, librsvg, wrapGAppsHook }:
|
||||
, gtk3, glib, gobject-introspection, librsvg, wrapGAppsHook }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pname = "deluge";
|
||||
|
@ -18,7 +18,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
gtk3 gobject-introspection librsvg
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ intltool wrapGAppsHook ];
|
||||
nativeBuildInputs = [ intltool wrapGAppsHook glib ];
|
||||
|
||||
checkInputs = with pythonPackages; [
|
||||
pytest /* pytest-twisted */ pytestcov mock
|
||||
|
|
Loading…
Reference in a new issue