import/cran: Add package name mapping for "booktabs".
* guix/import/cran.scm (transform-sysname): Add mapping for "booktabs".
This commit is contained in:
parent
7d6843b631
commit
d4ec49d1da
@ -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-" <>))
|
||||
|
Loading…
Reference in New Issue
Block a user