diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2019-10-29 00:04:26 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-10-29 00:07:39 -0700 |
commit | 36f5f23c1af640782aa47dbfed6352e3d4c957ff (patch) | |
tree | 07e91be30100a889d25a98f1420b69c6b0ea17e3 /gnu/packages | |
parent | 7a1b2ba54560a593eb02a3bf4d0462b66c50f2c3 (diff) | |
download | guix-36f5f23c1af640782aa47dbfed6352e3d4c957ff.tar guix-36f5f23c1af640782aa47dbfed6352e3d4c957ff.tar.gz |
gnu: diffoscope: Add additional native-inputs for tests.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-pypdf2 and
python-progressbar33.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/diffoscope.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 47dd36b919..cfa98f63f2 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -153,6 +153,8 @@ (native-inputs `(("python-pytest" ,python-pytest) ("python-chardet" ,python-chardet) ("python-binwalk" ,python-binwalk) + ("python-pypdf2" ,python-pypdf2) + ("python-progressbar33" ,python-progressbar33) ;; test suite skips tests when tool is missing ,@(match (%current-system) ;; ghc is only available on x86 currently. |