mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
0a5d93cdfe
commit
a5b88a7a4d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue