import/cran: Add more strings to invalid-packages.
authorRicardo Wurmus <rekado@elephly.net>
Wed, 28 Sep 2022 20:03:25 +0000 (22:03 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 28 Sep 2022 20:10:33 +0000 (22:10 +0200)
* guix/import/cran.scm (invalid-packages): Add none, windows, and xcode.

guix/import/cran.scm

index d7f6945..d60e9a3 100644 (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-" <>))