efraim pushed a commit to branch wip-ppc
in repository guix.

commit a82a5507d7dffc488d3333cac11852735dad0952
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Mar 12 10:13:24 2021 +0200

    gnu: libffi: Don't apply patch twice.
    
    This is actually the opposite of what we want to apply on core-updates
    but will rebase more easily on master.
    
    * gnu/packages/libffi.scm (libffi)[source]: Remove patch.
---
 gnu/packages/libffi.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 0f549bd..df780f4 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -51,8 +51,7 @@
                               name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0mi0cpf8aa40ljjmzxb7im6dbj45bb0kllcd09xgmp834y9agyvj"))
-              (patches (search-patches "libffi-3.3-powerpc-fixes.patch"))))
+                "0mi0cpf8aa40ljjmzxb7im6dbj45bb0kllcd09xgmp834y9agyvj"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Prevent the build system from passing -march and -mtune to the

Reply via email to