guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/02: import/cran: Add more strings to the list of invalid packages.
Date: Fri, 11 Nov 2022 09:11:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7d6843b6314fbee784ea1550a91dd54cd46f7428
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 11 15:07:41 2022 +0100

    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.
---
 guix/import/cran.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 17e33d5f52..0b80b5f198 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]