guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: address@hidden: Combine duplicate 'patches' fields into one.


From: Mark H. Weaver
Subject: 03/03: gnu: address@hidden: Combine duplicate 'patches' fields into one.
Date: Sat, 21 Apr 2018 05:11:56 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 921f8e63ddf8279294a107c75eccc6438ce06bfa
Author: Mark H Weaver <address@hidden>
Date:   Sat Apr 21 05:08:53 2018 -0400

    gnu: address@hidden: 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.
---
 gnu/packages/gcc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 3a34ffb..741cfab 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -145,11 +145,11 @@ where the OS part is overloaded to denote a specific 
ABI---into GCC
                (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]