Skip to content
Snippets Groups Projects
Unverified Commit a6e67d86 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

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

* gnu/packages/cran.scm (r-ff)[supported-systems]: New field.
parent dda785f6
No related branches found
No related tags found
No related merge requests found
...@@ -410,6 +410,8 @@ (define-public r-ff ...@@ -410,6 +410,8 @@ (define-public r-ff
"This package provides data structures that are stored on disk but "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 behave (almost) as if they were in RAM by transparently mapping only a section
in main memory.") in main memory.")
;; error Architecture not supported.
(supported-systems (delete "aarch64-linux" %supported-systems))
(license license:gpl2))) (license license:gpl2)))
(define-public r-ffbase (define-public r-ffbase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment