~ruther/guix-local

a6e67d867ce45ddbdf7b6d6d39ad95de1ad2c9b7 — Efraim Flashner 8 years ago dda785f
gnu: r-ff: Remove aarch64-linux from supported-systems.

* gnu/packages/cran.scm (r-ff)[supported-systems]: New field.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -0
@@ 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