about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2020-05-10 01:55:31 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2020-05-10 19:24:09 +0200
commit5da13930308779e91470a2dc6249005098886011 (patch)
treef980a55bfee60b001308582f968845b026b55863 /pkgs/applications/networking
parentae4d9cb9a0bc242ec587a756c53fdacddae1ef45 (diff)
downloadnixlib-5da13930308779e91470a2dc6249005098886011.tar
nixlib-5da13930308779e91470a2dc6249005098886011.tar.gz
nixlib-5da13930308779e91470a2dc6249005098886011.tar.bz2
nixlib-5da13930308779e91470a2dc6249005098886011.tar.lz
nixlib-5da13930308779e91470a2dc6249005098886011.tar.xz
nixlib-5da13930308779e91470a2dc6249005098886011.tar.zst
nixlib-5da13930308779e91470a2dc6249005098886011.zip
deluge: add glib so its hook works.
At the moment, runing `deluge` with the deluge package installed returns
"No GSettings schemas are installed on the system".

After this patch, XDG_DATA_DIRS includes the gsettings-desktop-schemas,
which means the program actually manages to launch.
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/p2p/deluge/2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/deluge/2/default.nix b/pkgs/applications/networking/p2p/deluge/2/default.nix
index 755ef4cc33b5..2e9f08ce98a8 100644
--- a/pkgs/applications/networking/p2p/deluge/2/default.nix
+++ b/pkgs/applications/networking/p2p/deluge/2/default.nix
@@ -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