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
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -266,17 +266,17 @@ (define-public reprotest
(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