1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

gnu: xkblayout: Switch to pyproject-build-system.

* gnu/packages/xdisorg.scm (xkblayout):
  [build-system]: Change to pyproject-build-system.
  [native-inputs]: Add python-setuptools.
  [arguments]: Explicitly disable nonexistent tests.

Change-Id: I2fad5c5ba8d4f2f912657db592dde1c43556ea7f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nguyễn Gia Phong
2025-12-17 13:25:31 +09:00
committed by Sharlatan Hellseher
parent 271592e456
commit 76a918219e

View File

@@ -735,7 +735,9 @@ state.")
(file-name (git-file-name name version))
(sha256
(base32 "0057988l5l7pmwg7dp6cqvj5l4lr0g5z3wq189g6kz36l9rmh675"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments '(#:tests? #f)) ;no test
(native-inputs (list python-setuptools))
(synopsis "XKB layout template generator")
(description "xkblayout is a CLI application to generate templates for
a new XKB layout, either in the user's home directory or the system directory.")