Commit f7fe5ebe authored by Peter Hoeg's avatar Peter Hoeg
Browse files

deluge: fix the build

parent 7b9be38c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ pythonPackages.buildPythonPackage rec {
    librsvg
  ];

  nativeBuildInputs = [ intltool wrapGAppsHook glib ];
  nativeBuildInputs = [ gobject-introspection intltool wrapGAppsHook glib ];

  checkInputs = with pythonPackages; [
    pytestCheckHook