gnu: ghc-c2hs: Remove extra input.

* gnu/packages/haskell-xyz.scm (ghc-c2hs)[native-inputs]: Remove gcc.
This commit is contained in:
Efraim Flashner 2020-08-05 18:05:44 +03:00
parent d416723395
commit a723d36d01
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -47,7 +47,6 @@ (define-module (gnu packages haskell-xyz)
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages emacs)
#:use-module (gnu packages gcc)
#:use-module (gnu packages gl)
#:use-module (gnu packages graphviz)
#:use-module (gnu packages gtk)
@ -1379,8 +1378,7 @@ (define-public ghc-c2hs
`(("ghc-test-framework" ,ghc-test-framework)
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
("ghc-hunit" ,ghc-hunit)
("ghc-shelly" ,ghc-shelly)
("gcc" ,gcc)))
("ghc-shelly" ,ghc-shelly)))
(arguments
`(;; XXX: Test failures are induced by a parse error in <bits/floatn.h>
;; of glibc 2.28.