mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: emacs-mpdel: Update to 2.1.1.
* (emacs-mpdel): Update to 2.1.1. Change-Id: If9174f93fbf2ed9501ef39246d1637c00839fcc4
This commit is contained in:
parent
e3e9618e11
commit
20a1c2cdb3
1 changed files with 5 additions and 5 deletions
|
|
@ -34429,7 +34429,7 @@ music.")
|
|||
(define-public emacs-mpdel
|
||||
(package
|
||||
(name "emacs-mpdel")
|
||||
(version "2.1.0")
|
||||
(version "2.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -34439,19 +34439,19 @@ music.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00ajjb9iawva3g7i1y6bz4d4ny3cv5rby6vgkwiy2xkprzxi8900"))))
|
||||
"1i7ymg0ls984vjmzjz0sbg280i47c6j79vr725x94xdpj6ci35qr"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; XXX: ‘check’ includes ‘lint-package-lint’, which raises errors.
|
||||
#:test-command #~(list "make" "test" "lint-checkdoc")
|
||||
;; XXX: "check" includes "lint-package-lint", which raises errors.
|
||||
#:test-command #~(list "make" "test")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'inject-makel
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(symlink (search-input-file inputs "/include/makel.mk")
|
||||
"makel.mk"))))))
|
||||
(inputs (list makel))
|
||||
(native-inputs (list makel))
|
||||
(propagated-inputs
|
||||
(list emacs-libmpdel emacs-navigel))
|
||||
(home-page "https://gitea.petton.fr/mpdel/mpdel")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue