mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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: Id97c8f5140f55fe2c52ccb0db36fd993922c6a7e
This commit is contained in:
parent
b76a16b20b
commit
98ae807643
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ (define* (lower name
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue