about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-08-01 10:37:17 -0700
committerGitHub <noreply@github.com>2022-08-01 10:37:17 -0700
commitb92a146c14bf1eba84583cbdb3566c80e5368fb0 (patch)
tree2898fed5f3771cc37e1992f4647c2d76e9ead44d /pkgs/applications/networking/p2p
parent0e05c17ef1a4f0fad03030808994f35e92df6209 (diff)
parentf7fe5ebe9adfa6acbeef4a92b5ab5e59850d4a23 (diff)
Merge pull request #184567 from peterhoeg/f/deluge
deluge: fix the build
Diffstat (limited to 'pkgs/applications/networking/p2p')
-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