guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 271592e45689a131451a973e84e5868fb10be3ef
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Wed Dec 17 11:53:12 2025 +0900

    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 <[email protected]>
---
 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 177d1c0e52..4b98bd0ba8 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.

Reply via email to