Merge pull request #184567 from peterhoeg/f/deluge

deluge: fix the build
This commit is contained in:
Bernardo Meurer
2022-08-01 10:37:17 -07:00
committed by GitHub
@@ -43,7 +43,7 @@ pythonPackages.buildPythonPackage rec {
librsvg
];
nativeBuildInputs = [ intltool wrapGAppsHook glib ];
nativeBuildInputs = [ gobject-introspection intltool wrapGAppsHook glib ];
checkInputs = with pythonPackages; [
pytestCheckHook