diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 13:36:31 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:09:30 +0200 |
commit | 2f53d9cce9cee99ac5474bace547af219e3f5c29 (patch) | |
tree | 2c121b597703096a5fa976c493abb4f97df6f182 | |
parent | 921ee8789d2445ed4618c35436ffcc9b7f450f5d (diff) |
import/cran: Add "unix" to list of invalid packages.
* guix/import/cran.scm (invalid-packages): Add "unix".
-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 f41b9aeec2..e3d757dbe0 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -399,6 +399,7 @@ empty list when the FIELD cannot be found." "posix.1-2001" "linux" "none" + "unix" "windows" "xcode" "xquartz")) |