mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
import/cran: Add more strings to invalid-packages.
* guix/import/cran.scm (invalid-packages): Add none, windows, and xcode.
This commit is contained in:
parent
352e02a768
commit
9d86052c22
1 changed files with 4 additions and 1 deletions
|
@ -360,8 +360,11 @@ (define default-r-packages
|
|||
(define invalid-packages
|
||||
(list "c++11"
|
||||
"c++14"
|
||||
"linux"
|
||||
"getopt::long"
|
||||
"linux"
|
||||
"none"
|
||||
"windows"
|
||||
"xcode"
|
||||
"xquartz"))
|
||||
|
||||
(define cran-guix-name (cut guix-name "r-" <>))
|
||||
|
|
Loading…
Reference in a new issue