summaryrefslogtreecommitdiff
path: root/gnu/packages/scheme.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-01-28 16:54:12 -0500
committerMark H Weaver <mhw@netris.org>2015-01-28 16:55:55 -0500
commit39d0ce93be0f396a3f5092142309cb9e3aac647d (patch)
treede37fe71fb5c759cc3eae3aad2bcd82a8fccdad8 /gnu/packages/scheme.scm
parent983c082a747c76bfefcfa0258d804f94c1f5afed (diff)
downloadguix-patches-39d0ce93be0f396a3f5092142309cb9e3aac647d.tar
guix-patches-39d0ce93be0f396a3f5092142309cb9e3aac647d.tar.gz
gnu: racket: Add MIPS back to supported-systems.
* gnu/packages/scheme.scm (racket)[supported-systems]: Remove field.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r--gnu/packages/scheme.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 0166611282..8afc0ab425 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+)))