guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ghc-c2hs: Remove extra input.


From: guix-commits
Subject: 02/05: gnu: ghc-c2hs: Remove extra input.
Date: Thu, 6 Aug 2020 02:07:28 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a723d36d019c7822ca8c00f3993c4d59492e5f4d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 5 18:05:44 2020 +0300

    gnu: ghc-c2hs: Remove extra input.
    
    * gnu/packages/haskell-xyz.scm (ghc-c2hs)[native-inputs]: Remove gcc.
---
 gnu/packages/haskell-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 54c7765..f3bd938 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.



reply via email to

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