me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Add additional native-inputs for tests.

* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-pypdf2 and
  python-progressbar33.
master
Vagrant Cascadian 2019-10-29 00:04:26 -07:00 committed by Vagrant Cascadian
parent 7a1b2ba545
commit 36f5f23c1a
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 2 additions and 0 deletions

View File

@ -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.