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:
committed by
Vagrant Cascadian
parent
0a5d93cdfe
commit
a5b88a7a4d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user