waypaper: fix missing dependency, and cleanup

This commit is contained in:
Ludovico Piero 2023-09-22 11:51:49 +09:00 committed by Anderson Torres
parent c1b3bfba4f
commit f9fb93497b

View file

@ -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