summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-07-03 10:08:01 +0100
committerChristopher Baines <mail@cbaines.net>2022-07-03 10:11:24 +0100
commit12787d532f1f1f61c44b9dd98239c5ffedacfe88 (patch)
treec60781b02b3c2a5b027ea8006f1ac2126ee89395
parent207ef8758ee60148855fea9c4e7d4e4bd825a3ae (diff)
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.
-rw-r--r--gnu/packages/embedded.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 6a66fe4753a..951bbc8db48 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.")
659 (sha256 659 (sha256
660 (base32 660 (base32
661 "0w0dff3s7wv2d9m78a4jhckiik58q38wx6wpbba5hzbs4yxz35ck")) 661 "0w0dff3s7wv2d9m78a4jhckiik58q38wx6wpbba5hzbs4yxz35ck"))
662 (patch-flags (list "-p1" "--directory=binutils")))) 662 (patches '())))
663 (arguments 663 (arguments
664 `(;; FIXME: For some reason there are many test failures. It's not 664 `(;; FIXME: For some reason there are many test failures. It's not
665 ;; obvious how to fix the failures. 665 ;; obvious how to fix the failures.