guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: propeller-binutils: Remove source patches.


From: guix-commits
Subject: 02/03: gnu: propeller-binutils: Remove source patches.
Date: Sun, 3 Jul 2022 05:20:54 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 12787d532f1f1f61c44b9dd98239c5ffedacfe88
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jul 3 10:08:01 2022 +0100

    gnu: propeller-binutils: Remove source patches.
    
    None of the patches seem to apply. The patches that are not used with 
binutils
    are probably too new for the specific commit used here, and the patches that
    were once applied have probably been removed, so just don't apply any 
patches.
    
    * gnu/packages/embedded.scm (propeller-binutils)[source]: Remove patches 
that
    don't apply.
---
 gnu/packages/embedded.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 6a66fe4753..951bbc8db4 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -659,7 +659,7 @@ with a layered architecture of JTAG interface and TAP 
support.")
                 (sha256
                  (base32
                   "0w0dff3s7wv2d9m78a4jhckiik58q38wx6wpbba5hzbs4yxz35ck"))
-                (patch-flags (list "-p1" "--directory=binutils"))))
+                (patches '())))
       (arguments
        `(;; FIXME: For some reason there are many test failures.  It's not
          ;; obvious how to fix the failures.



reply via email to

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