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:
Efraim Flashner 2025-07-29 15:07:42 +03:00
parent 1956a64494
commit c559d6862f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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