gnu: ghc: Don't pass --build=<triplet> to configure.

* gnu/packages/haskell.scm (ghc)[arguments]: Add #:build #f.
master
Mark H Weaver 2015-07-15 23:18:30 -04:00
parent 385ae063c9
commit bbd1961545
1 changed files with 5 additions and 0 deletions

View File

@ -116,6 +116,11 @@
;; gremlin) doesn't support it yet, so skip this phase.
#: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)
(guix build utils)
(guix build rpath)