me
/
guix
Archived
1
0
Fork 0

import/cran: Add more strings to invalid-packages.

* guix/import/cran.scm (invalid-packages): Add none, windows, and xcode.
master
Ricardo Wurmus 2022-09-28 22:03:25 +02:00
parent 352e02a768
commit 9d86052c22
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 1 deletions

View File

@ -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-" <>))