guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: r-git2r: Add test input.


From: guix-commits
Subject: 09/09: gnu: r-git2r: Add test input.
Date: Sat, 23 Nov 2024 02:15:22 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit 2f4766eec7c20d3f0ac282e95c3a4d0fdf0b6e4f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Nov 23 08:14:27 2024 +0100

    gnu: r-git2r: Add test input.
    
    * gnu/packages/statistics.scm (r-git2r)[native-inputs]: Add 
tzdata-for-tests.
    
    Change-Id: I1643a38b62b5e9d92a64d1d4bf7d44a4d2e62ecc
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 1adbe87aa5..b220db601f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3157,7 +3157,7 @@ functions make it easy to control additional request 
components.")
     (inputs
      (list libgit2 zlib))
     (native-inputs
-     (list pkg-config))
+     (list pkg-config tzdata-for-tests))
     (home-page "https://github.com/ropensci/git2r";)
     (synopsis "Access Git repositories with R")
     (description



reply via email to

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