From 271592e45689a131451a973e84e5868fb10be3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Wed, 17 Dec 2025 11:53:12 +0900 Subject: [PATCH] gnu: arandr: Switch to pyproject-build-system. * gnu/packages/xdisorg.scm (arandr): [build-system]: Change to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Icb5ab460d592b4f9a2ebad1068aa0895b8ee6575 Signed-off-by: Sharlatan Hellseher --- gnu/packages/xdisorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 177d1c0e5254c43c6d70a41b852298468b9d37ad..4b98bd0ba81128797bad4b874af0dd1243925fe4 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -437,7 +437,7 @@ window) or a native DRM session. It is agnostic of the rendering API (Vulkan (substitute* "setup.py" (("gzip\\.open\\(gzfile, 'w', 9\\)") "gzip.GzipFile('', 'wb', 9, open(gzfile, 'wb'), 0.)")))))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -454,7 +454,7 @@ window) or a native DRM session. It is agnostic of the rendering API (Vulkan `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))))) #:tests? #f)) ;no tests (inputs (list bash-minimal gtk+ python-pycairo python-pygobject xrandr)) - (native-inputs (list gettext-minimal python-docutils)) + (native-inputs (list gettext-minimal python-docutils python-setuptools)) (home-page "https://christian.amsuess.com/tools/arandr/") (synopsis "Another RandR graphical user interface") ;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.