guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: address@hidden: Remove redundant inputs field.


From: Efraim Flashner
Subject: 01/02: gnu: address@hidden: Remove redundant inputs field.
Date: Fri, 6 Oct 2017 01:18:52 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 52fb2838e2b99c04c3b9a190bfa4f42ef3991325
Author: Efraim Flashner <address@hidden>
Date:   Wed Oct 4 15:05:29 2017 +0300

    gnu: address@hidden: Remove redundant inputs field.
    
    This is a follow-up to eb9696e7a01c1f236afea3828f8b3774400e2a6f.
    
    * gnu/packages/gcc.scm (address@hidden)[inputs]: Remove field.
---
 gnu/packages/gcc.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 7ee6830..f2f1700 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -406,10 +406,7 @@ Go.  It also includes runtime support libraries for these 
languages.")
                (base32
                 "1m0lr7938lw5d773dkvwld90hjlcq2282517d1gwvrfzmwgg42w5"))
               (patches (search-patches "gcc-strmov-store-file-names.patch"
-                                       "gcc-5.0-libvtv-runpath.patch"))))
-    (inputs
-     `(("isl" ,isl)
-       ,@(package-inputs gcc-4.7)))))
+                                       "gcc-5.0-libvtv-runpath.patch"))))))
 
 (define-public gcc-7
   (package



reply via email to

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