mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: reprotest: Simplify native-inputs.
* gnu/packages/diffoscope.scm (reprotest): Simplify native-inputs. Change-Id: Ia443fb9369e65e686d619acaffa60c130a5503cf
This commit is contained in:
parent
e85ab7d2e5
commit
ed6ca2c413
1 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue