Unverified Commit b92a146c authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

Merge pull request #184567 from peterhoeg/f/deluge

deluge: fix the build
parents 0e05c17e f7fe5ebe
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