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

gnu: reprotest: Simplify native-inputs.

* gnu/packages/diffoscope.scm (reprotest): Simplify native-inputs.

Change-Id: Ia443fb9369e65e686d619acaffa60c130a5503cf
This commit is contained in:
Zheng Junjie
2024-09-09 21:01:03 +08:00
parent e85ab7d2e5
commit ed6ca2c413

View File

@@ -266,17 +266,17 @@ install.")
(inputs
(list python-debian python-distro python-libarchive-c python-rstr))
(native-inputs
`(("diffoscope" ,diffoscope)
("help2man" ,help2man)
("libfaketime" ,libfaketime)
("python-coverage" ,python-coverage)
("python-docutils" ,python-docutils)
("python-magic " ,python-magic)
("python-pytest " ,python-pytest)
("python-tlsh" ,python-tlsh)
("python-tox" ,python-tox)
("unzip" ,unzip)
("xxd" ,xxd)))
(list diffoscope
help2man
libfaketime
python-coverage
python-docutils
python-magic
python-pytest
python-tlsh
python-tox
unzip
xxd))
(build-system python-build-system)
(arguments
`(#:phases