mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
import/cran: Add "unix" to list of invalid packages.
* guix/import/cran.scm (invalid-packages): Add "unix".
This commit is contained in:
parent
921ee8789d
commit
2f53d9cce9
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ (define invalid-packages
|
|||
"posix.1-2001"
|
||||
"linux"
|
||||
"none"
|
||||
"unix"
|
||||
"windows"
|
||||
"xcode"
|
||||
"xquartz"))
|
||||
|
|
Loading…
Reference in a new issue