import/cran: Add more strings to the list of invalid packages.

* guix/import/cran.scm (invalid-packages): Add "c++", "c++17", and
"posix.1-2001" to list of invalid packages.
This commit is contained in:
Ricardo Wurmus 2022-11-11 15:07:41 +01:00
parent ba8679fb24
commit 7d6843b631
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 1 deletions

View File

@ -390,9 +390,12 @@ empty list when the FIELD cannot be found."
;; The field for system dependencies is often abused to specify non-package
;; dependencies (such as c++11). This list is used to ignore them.
(define invalid-packages
(list "c++11"
(list "c++"
"c++11"
"c++14"
"c++17"
"getopt::long"
"posix.1-2001"
"linux"
"none"
"windows"