diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-10-25 19:04:19 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-10-25 19:07:11 +0300 |
commit | a6e67d867ce45ddbdf7b6d6d39ad95de1ad2c9b7 (patch) | |
tree | 599bf9372d30f32897cb477c9b6da874d48ecf18 /gnu | |
parent | dda785f66081871501236722f68c8eaa31103186 (diff) | |
download | gnu-guix-a6e67d867ce45ddbdf7b6d6d39ad95de1ad2c9b7.tar gnu-guix-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.scm | 2 |
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 |