guix-science
[Top][All Lists]
Advanced

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

[PATCH] channels: Add 'guix-cran'.


From: Lars-Dominik Braun
Subject: [PATCH] channels: Add 'guix-cran'.
Date: Fri, 28 Oct 2022 11:52:43 +0200

Hi,

here’s the patch that adds guix-cran to hpc.guix.info.

Cheers,
Lars

---
 channels.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/channels.scm b/channels.scm
index 369856c..b1079b9 100644
--- a/channels.scm
+++ b/channels.scm
@@ -47,6 +47,19 @@
          #:substitute-url "https://guix.bordeaux.inria.fr";
          #:substitute-key %inria-key)
 
+        (channel-description
+         'guix-cran
+         "https://github.com/guix-science/guix-cran";
+         #:synopsis '("Automated import of "
+                      (a (@ (href "https://cran.r-project.org/";)) "CRAN")
+                      " packages")
+         #:logo-url
+         
"https://github.com/guix-science/guix-cran-scripts/raw/master/logo.png";
+         #:ci-badge "https://guix.bordeaux.inria.fr/jobset/guix-cran/badge.svg";
+         #:ci-url "https://guix.bordeaux.inria.fr/jobset/guix-cran";
+         #:substitute-url "https://guix.bordeaux.inria.fr";
+         #:substitute-key %inria-key)
+
         (channel-description
          'guix-bimsb
          "https://github.com/BIMSBbioinfo/guix-bimsb";
-- 
2.37.4




reply via email to

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