From ed6ca2c4136e2f584aefb9378b3e1cddf58fe553 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Mon, 9 Sep 2024 21:01:03 +0800 Subject: gnu: reprotest: Simplify native-inputs. * gnu/packages/diffoscope.scm (reprotest): Simplify native-inputs. Change-Id: Ia443fb9369e65e686d619acaffa60c130a5503cf --- gnu/packages/diffoscope.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 7d7f39fba7..4f00f5759d 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -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 -- cgit v1.2.3