summaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-10-04 15:05:29 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-10-05 21:15:18 +0300
commit52fb2838e2b99c04c3b9a190bfa4f42ef3991325 (patch)
tree7d3bcc606b0e5fe768d3e0cb9e0d40259af2d685 /gnu/packages/gcc.scm
parentb955571897192b3437441443cf5622b621145719 (diff)
downloadguix-patches-52fb2838e2b99c04c3b9a190bfa4f42ef3991325.tar
guix-patches-52fb2838e2b99c04c3b9a190bfa4f42ef3991325.tar.gz
gnu: gcc@6: Remove redundant inputs field.
This is a follow-up to eb9696e7a01c1f236afea3828f8b3774400e2a6f. * gnu/packages/gcc.scm (gcc@6)[inputs]: Remove field.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r--gnu/packages/gcc.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 7ee6830092..f2f17009b5 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