diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-09-19 10:23:47 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-09-19 10:56:33 -0700 |
commit | f315673d9e56f4f2398098590ebdc080b63ce8b1 (patch) | |
tree | 2f3094889b4886e2b72e15672d882eb011da0368 /gnu/packages/diffoscope.scm | |
parent | 664aa1844cae6e5175ace879301cd81b83c8cc89 (diff) | |
download | patches-f315673d9e56f4f2398098590ebdc080b63ce8b1.tar 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.scm | 1 |
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) |