mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -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"
|
"posix.1-2001"
|
||||||
"linux"
|
"linux"
|
||||||
"none"
|
"none"
|
||||||
|
"unix"
|
||||||
"windows"
|
"windows"
|
||||||
"xcode"
|
"xcode"
|
||||||
"xquartz"))
|
"xquartz"))
|
||||||
|
|
Loading…
Reference in a new issue