gnu: gcc@6: Remove redundant inputs field.

This is a follow-up to eb9696e7a0.

* gnu/packages/gcc.scm (gcc@6)[inputs]: Remove field.
master
Efraim Flashner 2017-10-04 15:05:29 +03:00
parent b955571897
commit 52fb2838e2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 4 deletions

View File

@ -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