mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: diffoscope: Avoid skipping several tests.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add perl.
This commit is contained in:
parent
5a95cf76e1
commit
c1c9d6b3cd
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ (define-module (gnu packages diffoscope)
|
|||
#:use-module (gnu packages pascal)
|
||||
#:use-module (gnu packages patchutils)
|
||||
#:use-module (gnu packages pdf)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages python-check)
|
||||
#:use-module (gnu packages python-web)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
|
@ -199,6 +200,7 @@ (define (bin command)
|
|||
openssh
|
||||
openssl
|
||||
p7zip
|
||||
perl
|
||||
pgpdump
|
||||
poppler
|
||||
python-jsbeautifier
|
||||
|
|
Loading…
Reference in a new issue