guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: address@hidden: Remove aarch64-linux from supported-systems.


From: guix-commits
Subject: 01/01: gnu: address@hidden: Remove aarch64-linux from supported-systems.
Date: Sat, 1 Dec 2018 15:43:04 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 454e7132d6fffb5c9a5ce086ffd1b687416feb83
Author: Efraim Flashner <address@hidden>
Date:   Sat Dec 1 22:41:19 2018 +0200

    gnu: address@hidden: Remove aarch64-linux from supported-systems.
    
    * gnu/packages/ocaml.scm (address@hidden)[supported-systems]: New field.
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 08571eb..c25f7c0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]