build-system: clojure: Use the standard error regarding cross builds.
Rather than raising an error in the build system. * guix/build-system/clojure.scm (lower): Return #f for cross builds, rather than calling error. Change-Id: Id97c8f5140f55fe2c52ccb0db36fd993922c6a7emaster
parent
b76a16b20b
commit
98ae807643
|
@ -83,8 +83,8 @@
|
|||
#:clojure #:jdk #:zip)))
|
||||
|
||||
(if target
|
||||
(error "No cross-compilation for clojure-build-system yet: LOWER"
|
||||
target) ; FIXME
|
||||
#f ; FIXME: No cross-compilation for
|
||||
; clojure-build-system yet
|
||||
(bag (name name)
|
||||
(system system)
|
||||
(host-inputs `(,@(if source
|
||||
|
|
Reference in New Issue