about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/deluge
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2022-08-01 22:16:47 +0800
committerPeter Hoeg <peter@hoeg.com>2022-08-01 22:16:47 +0800
commitf7fe5ebe9adfa6acbeef4a92b5ab5e59850d4a23 (patch)
tree33cb403aaa5ea466a6da397d4b69343cd5a13946 /pkgs/applications/networking/p2p/deluge
parent7b9be38c7250b22d829ab6effdee90d5e40c6e5c (diff)
deluge: fix the build
Diffstat (limited to 'pkgs/applications/networking/p2p/deluge')
-rw-r--r--pkgs/applications/networking/p2p/deluge/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/deluge/default.nix b/pkgs/applications/networking/p2p/deluge/default.nix
index 49d21bbf3394c..c5966ae13f4d4 100644
--- a/pkgs/applications/networking/p2p/deluge/default.nix
+++ b/pkgs/applications/networking/p2p/deluge/default.nix
@@ -43,7 +43,7 @@ pythonPackages.buildPythonPackage rec {
     librsvg
   ];
 
-  nativeBuildInputs = [ intltool wrapGAppsHook glib ];
+  nativeBuildInputs = [ gobject-introspection intltool wrapGAppsHook glib ];
 
   checkInputs = with pythonPackages; [
     pytestCheckHook