mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-6.0: Adjust configuration.
* gnu/packages/haskell.scm (ghc-6.0)[arguments]: Pass --enable-src-tree-happy option; remove --with-hc option because we use the same GHC for everything; add --with-gcc option to embed absolute file name of GCC. [native-inputs]: Remove unused python-2.
This commit is contained in:
parent
65ad002ff1
commit
171b729005
1 changed files with 2 additions and 2 deletions
|
@ -465,7 +465,8 @@ interactive environment for the functional language Haskell.")
|
||||||
(("ifdef SO_PEERCRED")
|
(("ifdef SO_PEERCRED")
|
||||||
"ifdef SO_PEERCRED_NEVER"))
|
"ifdef SO_PEERCRED_NEVER"))
|
||||||
(invoke "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--with-hc=" (which "ghc"))
|
"--enable-src-tree-happy"
|
||||||
|
(string-append "--with-gcc=" (which "gcc"))
|
||||||
(string-append "--prefix=" #$output)
|
(string-append "--prefix=" #$output)
|
||||||
(string-append "--build=" build)
|
(string-append "--build=" build)
|
||||||
(string-append "--host=" build)))))))
|
(string-append "--host=" build)))))))
|
||||||
|
@ -485,7 +486,6 @@ interactive environment for the functional language Haskell.")
|
||||||
;; we want to use a more recent Perl we need to patch all
|
;; we want to use a more recent Perl we need to patch all
|
||||||
;; expressions that require multi-line matching. Hard to tell.
|
;; expressions that require multi-line matching. Hard to tell.
|
||||||
perl-5.6
|
perl-5.6
|
||||||
python-2 ;for tests
|
|
||||||
ghc-4
|
ghc-4
|
||||||
gcc-2.95)))
|
gcc-2.95)))
|
||||||
(home-page "https://www.haskell.org/ghc")
|
(home-page "https://www.haskell.org/ghc")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue