mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue