summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-10-25 19:04:19 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-10-25 19:07:11 +0300
commita6e67d867ce45ddbdf7b6d6d39ad95de1ad2c9b7 (patch)
tree599bf9372d30f32897cb477c9b6da874d48ecf18 /gnu
parentdda785f66081871501236722f68c8eaa31103186 (diff)
downloadpatches-a6e67d867ce45ddbdf7b6d6d39ad95de1ad2c9b7.tar
patches-a6e67d867ce45ddbdf7b6d6d39ad95de1ad2c9b7.tar.gz
gnu: r-ff: Remove aarch64-linux from supported-systems.
* gnu/packages/cran.scm (r-ff)[supported-systems]: New field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index dba294c8d7..9a27c82d21 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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