arandr: make xrandr a propagated build input (#476233)

This commit is contained in:
Gergő Gutyina
2026-01-02 17:38:06 +00:00
committed by GitHub
+4 -1
View File
@@ -39,10 +39,13 @@ buildPythonApplication rec {
wrapGAppsHook3
];
propagatedBuildInputs = [
xrandr
];
buildInputs = [
gsettings-desktop-schemas
gtk3
xrandr
];
build-system = [ setuptools ];