deluge: fix running the Gtk UI

This commit is contained in:
Luke Granger-Brown 2020-05-10 02:12:00 +01:00
parent 44018a1a07
commit ec086d27dd

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, intltool, libtorrentRasterbar, pythonPackages { stdenv, fetchurl, intltool, libtorrentRasterbar, pythonPackages
, gtk3, gobject-introspection, librsvg, wrapGAppsHook }: , gtk3, glib, gobject-introspection, librsvg, wrapGAppsHook }:
pythonPackages.buildPythonPackage rec { pythonPackages.buildPythonPackage rec {
pname = "deluge"; pname = "deluge";
@ -18,7 +18,7 @@ pythonPackages.buildPythonPackage rec {
gtk3 gobject-introspection librsvg gtk3 gobject-introspection librsvg
]; ];
nativeBuildInputs = [ intltool wrapGAppsHook ]; nativeBuildInputs = [ intltool wrapGAppsHook glib ];
checkInputs = with pythonPackages; [ checkInputs = with pythonPackages; [
pytest /* pytest-twisted */ pytestcov mock pytest /* pytest-twisted */ pytestcov mock