summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2025-06-20 18:02:48 -0700
committerVagrant Cascadian <vagrant@debian.org>2025-06-21 16:39:49 -0700
commita5b88a7a4de048defde08a44a7e14d693d0062fe (patch)
tree19a751839e017e7e18be3c9b903054f4f9f5da39 /gnu/packages
parent0a5d93cdfed44937f3b97196ce4c2af1e58a1d61 (diff)
gnu: diffoscope: Switch to pyproject-build-system.
* gnu/packages/diffoscope.scm (diffoscope): Switch to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/diffoscope.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 8fc307087b8..7b33b56fb57 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -88,7 +88,7 @@
88 (file-name (git-file-name name version)) 88 (file-name (git-file-name name version))
89 (sha256 89 (sha256
90 (base32 "0v9clys2w3kmqc3z1q4vsri66z31k9pcyizrsx82cydfwv98iscj")))) 90 (base32 "0v9clys2w3kmqc3z1q4vsri66z31k9pcyizrsx82cydfwv98iscj"))))
91 (build-system python-build-system) 91 (build-system pyproject-build-system)
92 (arguments 92 (arguments
93 (list 93 (list
94 #:phases 94 #:phases
@@ -164,6 +164,8 @@
164 (native-inputs 164 (native-inputs
165 (append 165 (append
166 (list help2man 166 (list help2man
167 python-setuptools
168 python-wheel
167 169
168 ;; Below are packages used for tests. 170 ;; Below are packages used for tests.
169 binwalk 171 binwalk