1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/diffoscope.scm (diffoscope): Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
This commit is contained in:
Vagrant Cascadian
2025-06-20 18:02:48 -07:00
committed by Vagrant Cascadian
parent 0a5d93cdfe
commit a5b88a7a4d

View File

@@ -88,7 +88,7 @@
(file-name (git-file-name name version))
(sha256
(base32 "0v9clys2w3kmqc3z1q4vsri66z31k9pcyizrsx82cydfwv98iscj"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list
#:phases
@@ -164,6 +164,8 @@
(native-inputs
(append
(list help2man
python-setuptools
python-wheel
;; Below are packages used for tests.
binwalk