Commit f9fb9349 authored by Ludovico Piero's avatar Ludovico Piero Committed by Anderson Torres
Browse files

waypaper: fix missing dependency, and cleanup

parent c1b3bfba
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@
, python3
, fetchFromGitHub
, gobject-introspection
, gtk3
, wrapGAppsHook
, killall
}:

python3.pkgs.buildPythonApplication rec {
@@ -22,8 +22,9 @@ python3.pkgs.buildPythonApplication rec {
    wrapGAppsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [
    pygobject3
  propagatedBuildInputs = [
    python3.pkgs.pygobject3
    killall
  ];

  # has no tests