mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue