[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/174: import/cran: Add one more package name transformation.
From: |
guix-commits |
Subject: |
06/174: import/cran: Add one more package name transformation. |
Date: |
Tue, 11 Jul 2023 14:47:57 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 572f1dbfb0add7263a2c5c969273aca8d0608123
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 22:59:38 2023 +0200
import/cran: Add one more package name transformation.
* guix/import/cran.scm (transform-sysname): Add entry for "zlib-devel".
---
guix/import/cran.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 18a1396cf5..59c65f9fa5 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -431,6 +431,7 @@ empty list when the FIELD cannot be found."
("whoami" "coreutils")
("x11" "libx11")
("xml2" "libxml2")
+ ("zlib-devel" "zlib")
(_ sysname)))
(define cran-guix-name (cut guix-name "r-" <>))
- branch r-updates created (now 1b152ff9a7), guix-commits, 2023/07/11
- 02/174: gnu: r-bslib: Update to 0.5.0., guix-commits, 2023/07/11
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/11
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/11
- 08/174: gnu: r-lme4: Update to 1.1-34., guix-commits, 2023/07/11
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/11
- 05/174: gnu: r-plotly: Update to 4.10.2., guix-commits, 2023/07/11
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/11
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/11
- 06/174: import/cran: Add one more package name transformation.,
guix-commits <=
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/11
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/11
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/11
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/11
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/11
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/11
- 23/174: gnu: r-datawizard: Update to 0.8.0., guix-commits, 2023/07/11
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/11
- 25/174: gnu: r-googlesheets4: Update to 1.1.1., guix-commits, 2023/07/11
- 26/174: gnu: r-ggpmisc: Update to 0.5.3., guix-commits, 2023/07/11