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:
parent
f88c0ab831
commit
454e7132d6
|
@ -256,7 +256,8 @@ functional, imperative and object-oriented styles of programming.")
|
|||
"make"
|
||||
"all"
|
||||
(string-append
|
||||
"TOPDIR=" (getcwd) "/.."))))))))))))
|
||||
"TOPDIR=" (getcwd) "/.."))))))))))
|
||||
(supported-systems (delete "aarch64-linux" %supported-systems))))
|
||||
|
||||
(define-public ocaml-4.07
|
||||
(package
|
||||
|
|
Loading…
Reference in New Issue