gnu: ocaml@4.01: Remove aarch64-linux from supported-systems.

* gnu/packages/ocaml.scm (ocaml@4.01)[supported-systems]: New field.
This commit is contained in:
Efraim Flashner 2018-12-01 22:41:19 +02:00
parent f88c0ab831
commit 454e7132d6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -256,7 +256,8 @@ (define-public ocaml-4.01
"make"
"all"
(string-append
"TOPDIR=" (getcwd) "/.."))))))))))))
"TOPDIR=" (getcwd) "/.."))))))))))
(supported-systems (delete "aarch64-linux" %supported-systems))))
(define-public ocaml-4.07
(package