gnu: gcc@6: Remove redundant inputs field.

This is a follow-up to eb9696e7a0.

* gnu/packages/gcc.scm (gcc@6)[inputs]: Remove field.
This commit is contained in:
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

View file

@ -406,10 +406,7 @@ (define-public gcc-6
(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