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:
parent
b955571897
commit
52fb2838e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue