mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
import/cran: Record more invalid package names.
* guix/import/cran.scm (invalid-packages): Add more bogus names. Change-Id: I279996db792ed1677bd596fc7a6b5c1886a0ead4
This commit is contained in:
parent
5225fb888f
commit
24dd164ead
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015-2017, 2019-2021, 2023 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
|
||||
|
|
@ -413,11 +413,17 @@ empty list when the FIELD cannot be found."
|
|||
"c99"
|
||||
"getopt::long"
|
||||
"gnu"
|
||||
"package"
|
||||
"pkg"
|
||||
"pkg2"
|
||||
"posix.1-2001"
|
||||
"linux"
|
||||
"libR"
|
||||
"none"
|
||||
"rtools"
|
||||
"somepkg"
|
||||
"std"
|
||||
"table"
|
||||
"unix"
|
||||
"use_c17"
|
||||
"windows"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue