~ruther/guix-local

c559d6862fa63e1bd01b9014120bfa21bb62b6bc — Efraim Flashner 8 months ago 1956a64
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>
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +3 -4
@@ 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)