guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: binutils@2.33: Remove non-applicable patches.


From: guix-commits
Subject: 05/05: gnu: binutils@2.33: Remove non-applicable patches.
Date: Mon, 13 Dec 2021 07:59:32 -0500 (EST)

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

commit 148a03b971b0225ee17720c8e0b69245d2b82130
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 13 13:58:31 2021 +0100

    gnu: binutils@2.33: Remove non-applicable patches.
    
    * gnu/packages/base.scm (binutils-2.33)[source]: Add empty 'patches' field.
---
 gnu/packages/base.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 043c9ad..dd59057 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -586,7 +586,8 @@ included.")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1cmd0riv37bqy9mwbg6n3523qgr8b3bbm5kwj19sjrasl4yq9d0c"))))
+               "1cmd0riv37bqy9mwbg6n3523qgr8b3bbm5kwj19sjrasl4yq9d0c"))
+             (patches '())))
    (arguments
     (substitute-keyword-arguments (package-arguments binutils)
       ((#:make-flags _ ''()) ''())))



reply via email to

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