gnu: ghc: Don't pass --build=<triplet> to configure.
* gnu/packages/haskell.scm (ghc)[arguments]: Add #:build #f.
This commit is contained in:
parent
385ae063c9
commit
bbd1961545
|
@ -116,6 +116,11 @@
|
||||||
;; gremlin) doesn't support it yet, so skip this phase.
|
;; gremlin) doesn't support it yet, so skip this phase.
|
||||||
#:validate-runpath? #f
|
#:validate-runpath? #f
|
||||||
|
|
||||||
|
;; Don't pass --build=<triplet>, because the configure script
|
||||||
|
;; auto-detects slightly different triplets for --host and --target and
|
||||||
|
;; then complains that they don't match.
|
||||||
|
#:build #f
|
||||||
|
|
||||||
#:modules ((guix build gnu-build-system)
|
#:modules ((guix build gnu-build-system)
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
(guix build rpath)
|
(guix build rpath)
|
||||||
|
|
Loading…
Reference in New Issue