mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gcc-6: Inherit from gcc-base.
* gnu/packages/gcc.scm (gcc-6): Inherit from gcc-base. [native-inputs]: List specifically. Change-Id: Id8606c49b4f19f46a84a6c105e4f90a506b198bf Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1956a64494
commit
c559d6862f
1 changed files with 3 additions and 4 deletions
|
@ -613,7 +613,7 @@ Go. It also includes runtime support libraries for these languages.")
|
|||
|
||||
(define-public gcc-6
|
||||
(package
|
||||
(inherit gcc-5)
|
||||
(inherit gcc-base)
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -629,9 +629,8 @@ Go. It also includes runtime support libraries for these languages.")
|
|||
"gcc-6-source-date-epoch-2.patch"
|
||||
"gcc-5.0-libvtv-runpath.patch"))))
|
||||
|
||||
;; GCC 4.9 and 5 has a workaround that is not needed for GCC 6 and later.
|
||||
(arguments (package-arguments gcc-base))
|
||||
|
||||
(native-inputs (list perl ;for manpages
|
||||
texinfo))
|
||||
(inputs
|
||||
`(("isl" ,isl)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue