mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: diffoscope: Add additional native-inputs for tests.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-pypdf2 and python-progressbar33.
This commit is contained in:
parent
7a1b2ba545
commit
36f5f23c1a
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ (define-public diffoscope
|
||||||
(native-inputs `(("python-pytest" ,python-pytest)
|
(native-inputs `(("python-pytest" ,python-pytest)
|
||||||
("python-chardet" ,python-chardet)
|
("python-chardet" ,python-chardet)
|
||||||
("python-binwalk" ,python-binwalk)
|
("python-binwalk" ,python-binwalk)
|
||||||
|
("python-pypdf2" ,python-pypdf2)
|
||||||
|
("python-progressbar33" ,python-progressbar33)
|
||||||
;; test suite skips tests when tool is missing
|
;; test suite skips tests when tool is missing
|
||||||
,@(match (%current-system)
|
,@(match (%current-system)
|
||||||
;; ghc is only available on x86 currently.
|
;; ghc is only available on x86 currently.
|
||||||
|
|
Loading…
Reference in a new issue