gnu: emacs-deferred: Fix wrong number of arguments.

* gnu/packages/patches/emacs-deferred-fix-number-of-arguments.patch: New file.
* gnu/packages/emacs-xyz.scm (emacs-deferred)[patches]: Use it here.
* gnu/local.mk (dist_patch_DATA): Add it here.
This commit is contained in:
Liliana Marie Prikler 2022-05-27 00:12:37 +02:00
parent 6068b83b82
commit d37c7f7ad4
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 62 additions and 1 deletions

View file

@ -6552,7 +6552,9 @@ framework for Emacs Lisp to be used with @code{ert}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"))))
(base32 "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"))
(patches
(search-patches "emacs-deferred-fix-number-of-arguments.patch"))))
(build-system emacs-build-system)
(arguments
`(#:phases