gnu: r-ff: Remove aarch64-linux from supported-systems.
* gnu/packages/cran.scm (r-ff)[supported-systems]: New field.
This commit is contained in:
parent
dda785f660
commit
a6e67d867c
|
@ -410,6 +410,8 @@ any subsequent lookup as it keeps the hash table in memory.")
|
|||
"This package provides data structures that are stored on disk but
|
||||
behave (almost) as if they were in RAM by transparently mapping only a section
|
||||
in main memory.")
|
||||
;; error Architecture not supported.
|
||||
(supported-systems (delete "aarch64-linux" %supported-systems))
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-ffbase
|
||||
|
|
Loading…
Reference in New Issue