diff options
| author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-09 21:01:03 +0800 |
|---|---|---|
| committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-09 21:03:50 +0800 |
| commit | ed6ca2c4136e2f584aefb9378b3e1cddf58fe553 (patch) | |
| tree | b57011845588eb2ee8a3e091f75fea24465fed18 /gnu/packages/diffoscope.scm | |
| parent | e85ab7d2e52543fc086dce9144748e6f4b908ca9 (diff) | |
gnu: reprotest: Simplify native-inputs.
* gnu/packages/diffoscope.scm (reprotest): Simplify native-inputs.
Change-Id: Ia443fb9369e65e686d619acaffa60c130a5503cf
Diffstat (limited to 'gnu/packages/diffoscope.scm')
| -rw-r--r-- | gnu/packages/diffoscope.scm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 7d7f39fba7f..4f00f5759d2 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm | |||
| @@ -266,17 +266,17 @@ install.") | |||
| 266 | (inputs | 266 | (inputs |
| 267 | (list python-debian python-distro python-libarchive-c python-rstr)) | 267 | (list python-debian python-distro python-libarchive-c python-rstr)) |
| 268 | (native-inputs | 268 | (native-inputs |
| 269 | `(("diffoscope" ,diffoscope) | 269 | (list diffoscope |
| 270 | ("help2man" ,help2man) | 270 | help2man |
| 271 | ("libfaketime" ,libfaketime) | 271 | libfaketime |
| 272 | ("python-coverage" ,python-coverage) | 272 | python-coverage |
| 273 | ("python-docutils" ,python-docutils) | 273 | python-docutils |
| 274 | ("python-magic " ,python-magic) | 274 | python-magic |
| 275 | ("python-pytest " ,python-pytest) | 275 | python-pytest |
| 276 | ("python-tlsh" ,python-tlsh) | 276 | python-tlsh |
| 277 | ("python-tox" ,python-tox) | 277 | python-tox |
| 278 | ("unzip" ,unzip) | 278 | unzip |
| 279 | ("xxd" ,xxd))) | 279 | xxd)) |
| 280 | (build-system python-build-system) | 280 | (build-system python-build-system) |
| 281 | (arguments | 281 | (arguments |
| 282 | `(#:phases | 282 | `(#:phases |
