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
commit b92a146c14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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