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.
This commit is contained in:
Christopher Baines 2022-07-03 10:08:01 +01:00
parent 207ef8758e
commit 12787d532f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -659,7 +659,7 @@ (define propeller-binutils
(sha256 (sha256
(base32 (base32
"0w0dff3s7wv2d9m78a4jhckiik58q38wx6wpbba5hzbs4yxz35ck")) "0w0dff3s7wv2d9m78a4jhckiik58q38wx6wpbba5hzbs4yxz35ck"))
(patch-flags (list "-p1" "--directory=binutils")))) (patches '())))
(arguments (arguments
`(;; FIXME: For some reason there are many test failures. It's not `(;; FIXME: For some reason there are many test failures. It's not
;; obvious how to fix the failures. ;; obvious how to fix the failures.