summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-09-19 10:23:47 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-09-19 10:56:33 -0700
commitf315673d9e56f4f2398098590ebdc080b63ce8b1 (patch)
tree2f3094889b4886e2b72e15672d882eb011da0368 /gnu/packages/diffoscope.scm
parent664aa1844cae6e5175ace879301cd81b83c8cc89 (diff)
downloadguix-patches-f315673d9e56f4f2398098590ebdc080b63ce8b1.tar
guix-patches-f315673d9e56f4f2398098590ebdc080b63ce8b1.tar.gz
gnu: Add python-binwalk.
* gnu/packages/python-xyz (python-binwalk): New variable. * gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-binwalk for tests.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 59a15205c0..17a2d212e5 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -150,6 +150,7 @@
;; Below are modules used for tests.
(native-inputs `(("python-pytest" ,python-pytest)
("python-chardet" ,python-chardet)
+ ("python-binwalk" ,python-binwalk)
;; test suite skips tests when tool is missing
("abootimg" ,abootimg)
("bdb" ,bdb)