guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: racket: Add MIPS back to supported-systems.


From: Mark H. Weaver
Subject: 01/01: gnu: racket: Add MIPS back to supported-systems.
Date: Wed, 28 Jan 2015 21:56:03 +0000

mhw pushed a commit to branch master
in repository guix.

commit 39d0ce93be0f396a3f5092142309cb9e3aac647d
Author: Mark H Weaver <address@hidden>
Date:   Wed Jan 28 16:54:12 2015 -0500

    gnu: racket: Add MIPS back to supported-systems.
    
    * gnu/packages/scheme.scm (racket)[supported-systems]: Remove field.
---
 gnu/packages/scheme.scm |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 0166611..8afc0ab 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -427,8 +427,4 @@ implementation techniques and as an expository tool.")
 R6RS) and related languages, such as Typed Racket.  It features a compiler and
 a virtual machine with just-in-time native compilation, as well as a large set
 of libraries.")
-    (license lgpl2.0+)
-
-    ;; Fails to build on MIPS with "address or size is not OS PAGE ALIGNED".
-    ;; See <http://hydra.gnu.org/build/121775>.
-    (supported-systems (delete "mips64el-linux" %supported-systems))))
+    (license lgpl2.0+)))



reply via email to

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