From f7fe5ebe9adfa6acbeef4a92b5ab5e59850d4a23 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Mon, 1 Aug 2022 22:16:47 +0800 Subject: [PATCH] deluge: fix the build --- pkgs/applications/networking/p2p/deluge/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/p2p/deluge/default.nix b/pkgs/applications/networking/p2p/deluge/default.nix index 49d21bbf3394..c5966ae13f4d 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