import/cran: Add package name mapping for "booktabs".

* guix/import/cran.scm (transform-sysname): Add mapping for "booktabs".
This commit is contained in:
Ricardo Wurmus 2022-11-11 15:08:48 +01:00
parent 7d6843b631
commit d4ec49d1da
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -408,6 +408,7 @@ empty list when the FIELD cannot be found."
("java" "openjdk")
("fftw3" "fftw")
("tcl/tk" "tcl")
("booktabs" "texlive-booktabs")
(_ sysname)))
(define cran-guix-name (cut guix-name "r-" <>))