guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mark H. Weaver
Subject: 01/01: gnu: ghc: Don't pass --build=<triplet> to configure.
Date: Thu, 16 Jul 2015 03:19:38 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit bbd19615457ac6ced724489be80c6fbff972492e
Author: Mark H Weaver <address@hidden>
Date:   Wed Jul 15 23:18:30 2015 -0400

    gnu: ghc: Don't pass --build=<triplet> to configure.
    
    * gnu/packages/haskell.scm (ghc)[arguments]: Add #:build #f.
---
 gnu/packages/haskell.scm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 75bbb24..298caf1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]