gnu: ocaml@4.01: Remove aarch64-linux from supported-systems.
* gnu/packages/ocaml.scm (ocaml@4.01)[supported-systems]: New field.master
parent
f88c0ab831
commit
454e7132d6
|
@ -256,7 +256,8 @@ functional, imperative and object-oriented styles of programming.")
|
||||||
"make"
|
"make"
|
||||||
"all"
|
"all"
|
||||||
(string-append
|
(string-append
|
||||||
"TOPDIR=" (getcwd) "/.."))))))))))))
|
"TOPDIR=" (getcwd) "/.."))))))))))
|
||||||
|
(supported-systems (delete "aarch64-linux" %supported-systems))))
|
||||||
|
|
||||||
(define-public ocaml-4.07
|
(define-public ocaml-4.07
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue