mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
32d69c2943
commit
271592e456
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user