guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: diffoscope: Avoid skipping several tests.


From: guix-commits
Subject: branch master updated: gnu: diffoscope: Avoid skipping several tests.
Date: Wed, 10 Apr 2024 16:47:48 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c1c9d6b3cd gnu: diffoscope: Avoid skipping several tests.
c1c9d6b3cd is described below

commit c1c9d6b3cdf5955f1bf5fded2a0c496ce2e631f1
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Wed Apr 10 13:37:23 2024 -0700

    gnu: diffoscope: Avoid skipping several tests.
    
    * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add perl.
---
 gnu/packages/diffoscope.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index bceb465d5b..3db52e5008 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -52,6 +52,7 @@
   #: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 @@
             openssh
             openssl
             p7zip
+            perl
             pgpdump
             poppler
             python-jsbeautifier



reply via email to

[Prev in Thread] Current Thread [Next in Thread]