waypaper: fix missing dependency, and cleanup

This commit is contained in:
Ludovico Piero
2023-09-22 02:02:12 -03:00
committed by Anderson Torres
parent c1b3bfba4f
commit f9fb93497b
+4 -3
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