import/cran: Add more strings to invalid-packages.
* guix/import/cran.scm (invalid-packages): Add none, windows, and xcode.master
parent
352e02a768
commit
9d86052c22
|
@ -360,8 +360,11 @@ empty list when the FIELD cannot be found."
|
|||
(define invalid-packages
|
||||
(list "c++11"
|
||||
"c++14"
|
||||
"linux"
|
||||
"getopt::long"
|
||||
"linux"
|
||||
"none"
|
||||
"windows"
|
||||
"xcode"
|
||||
"xquartz"))
|
||||
|
||||
(define cran-guix-name (cut guix-name "r-" <>))
|
||||
|
|
Reference in New Issue