waypaper: added socat runtime dependency

This commit is contained in:
joncorv
2025-11-17 11:32:18 -08:00
parent 56765ad918
commit 643a0e977e
+5 -1
View File
@@ -5,6 +5,7 @@
gobject-introspection,
wrapGAppsHook3,
killall,
socat,
}:
python3Packages.buildPythonApplication rec {
@@ -35,7 +36,10 @@ python3Packages.buildPythonApplication rec {
screeninfo
];
propagatedBuildInputs = [ killall ];
propagatedBuildInputs = [
killall
socat
];
# has no tests
doCheck = false;