mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-c2hs: Remove extra input.
* gnu/packages/haskell-xyz.scm (ghc-c2hs)[native-inputs]: Remove gcc.
This commit is contained in:
parent
d416723395
commit
a723d36d01
1 changed files with 1 additions and 3 deletions
|
@ -47,7 +47,6 @@
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages emacs)
|
#:use-module (gnu packages emacs)
|
||||||
#:use-module (gnu packages gcc)
|
|
||||||
#:use-module (gnu packages gl)
|
#:use-module (gnu packages gl)
|
||||||
#:use-module (gnu packages graphviz)
|
#:use-module (gnu packages graphviz)
|
||||||
#:use-module (gnu packages gtk)
|
#:use-module (gnu packages gtk)
|
||||||
|
@ -1379,8 +1378,7 @@ streaming compression and decompression.")
|
||||||
`(("ghc-test-framework" ,ghc-test-framework)
|
`(("ghc-test-framework" ,ghc-test-framework)
|
||||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-shelly" ,ghc-shelly)
|
("ghc-shelly" ,ghc-shelly)))
|
||||||
("gcc" ,gcc)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(;; XXX: Test failures are induced by a parse error in <bits/floatn.h>
|
`(;; XXX: Test failures are induced by a parse error in <bits/floatn.h>
|
||||||
;; of glibc 2.28.
|
;; of glibc 2.28.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue