gnu: r-ff: Remove aarch64-linux from supported-systems.

* gnu/packages/cran.scm (r-ff)[supported-systems]: New field.
master
Efraim Flashner 2017-10-25 19:04:19 +03:00
parent dda785f660
commit a6e67d867c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -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