gnu: emacs-all-the-icons: Fix build.

* gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons)[source]<patches>: Use it here.
This commit is contained in:
Liliana Marie Prikler 2023-08-19 01:55:30 +02:00
parent 51bbc440f4
commit f9b3bcac9a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 24 additions and 0 deletions

View file

@ -27776,6 +27776,8 @@ files are easily readable and they work nicely with version control systems.")
(url "https://github.com/domtronn/all-the-icons.el")
(commit version)))
(file-name (git-file-name name version))
(patches
(search-patches "emacs-all-the-icons-remove-duplicate-rs.patch"))
(sha256
(base32 "0lwgvgnqf7vihglm0c5bwsxbl4x7f641289cji5s7jwy2dbsqk7g"))))
(build-system emacs-build-system)