mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-libmpdel: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 2.1.0. Change-Id: I8d9939faa625bd7c03e9a74152e1eb00918bc854 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
582be17cd0
commit
a2c24c2cfe
1 changed files with 13 additions and 3 deletions
|
@ -34442,7 +34442,7 @@ from Emacs.")
|
||||||
(define-public emacs-libmpdel
|
(define-public emacs-libmpdel
|
||||||
(package
|
(package
|
||||||
(name "emacs-libmpdel")
|
(name "emacs-libmpdel")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -34451,10 +34451,20 @@ from Emacs.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03bavca89cf7dsjmg7hb48qnvca41ndiij33iw5yjjhbq1zyj8r4"))))
|
"1indy1y31g68i3a4j6nbx3idybn5b11bjvlx9vkibraf622s2bls"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
;; 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"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-ert-runner))
|
(list emacs-ert-runner makel))
|
||||||
(home-page "https://github.com/mpdel/libmpdel")
|
(home-page "https://github.com/mpdel/libmpdel")
|
||||||
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
|
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue