diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-03-05 14:36:43 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-03-06 09:42:04 +0100 |
commit | 3e0a1469b8c231a061522f36b54ad0755103d4e1 (patch) | |
tree | 2949775bb95696b6884c481377c57b75b4fbca98 | |
parent | f18d13b5f89c161c6ee88d15ecdaa8d973ee4503 (diff) | |
download | guix-3e0a1469b8c231a061522f36b54ad0755103d4e1.tar.gz guix-3e0a1469b8c231a061522f36b54ad0755103d4e1.zip |
import/cran: Add one more invalid package.
* guix/import/cran.scm (invalid-packages): Add "use_c17".
Change-Id: Ie3b6455d4eff97811057cd82dca460367a4583e5
-rw-r--r-- | guix/import/cran.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 9b30dc30e0..c4c42836ee 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -418,6 +418,7 @@ empty list when the FIELD cannot be found." "none" "rtools" "unix" + "use_c17" "windows" "xcode" "xquartz")) |