diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-08-05 18:05:44 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-08-06 09:04:13 +0300 |
commit | a723d36d019c7822ca8c00f3993c4d59492e5f4d (patch) | |
tree | 9b931096ec422e1721b994f2e9d6622b9d81592e /gnu/packages/haskell-xyz.scm | |
parent | d4167233957a24732597c2dc6ea840d590889564 (diff) | |
download | guix-a723d36d019c7822ca8c00f3993c4d59492e5f4d.tar guix-a723d36d019c7822ca8c00f3993c4d59492e5f4d.tar.gz |
gnu: ghc-c2hs: Remove extra input.
* gnu/packages/haskell-xyz.scm (ghc-c2hs)[native-inputs]: Remove gcc.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 54c77653cc..f3bd938664 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -47,7 +47,6 @@ #: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 @@ streaming compression and decompression.") `(("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. |