gnu: gcc@4.7: Combine duplicate 'patches' fields into one.

* gnu/packages/gcc.scm (gcc-4.7)[source]: Combine duplicate 'patches' fields
into one.  Previously, the first 'patches' field was being ignored.
This commit is contained in:
Mark H Weaver 2018-04-21 05:08:53 -04:00
parent d433108271
commit 921f8e63dd
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -145,11 +145,11 @@ (define-public gcc-4.7
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.bz2"))
(patches (search-patches "gcc-4-compile-with-gcc-5.patch"))
(sha256
(base32
"10k2k71kxgay283ylbbhhs51cl55zn2q38vj5pk4k950qdnirrlj"))
(patches (search-patches "gcc-fix-texi2pod.patch"))))
(patches (search-patches "gcc-4-compile-with-gcc-5.patch"
"gcc-fix-texi2pod.patch"))))
(build-system gnu-build-system)
;; Separate out the run-time support libraries because all the