deluge: fix the build

This commit is contained in:
Peter Hoeg 2022-08-01 22:16:47 +08:00
parent 7b9be38c72
commit f7fe5ebe9a

View File

@ -43,7 +43,7 @@ pythonPackages.buildPythonPackage rec {
librsvg
];
nativeBuildInputs = [ intltool wrapGAppsHook glib ];
nativeBuildInputs = [ gobject-introspection intltool wrapGAppsHook glib ];
checkInputs = with pythonPackages; [
pytestCheckHook