mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-mpdel: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-mpdel)[arguments]: Add #:test-command. <#:phases>: Add ‘inject-makel’. [inputs]: Add makel.
This commit is contained in:
parent
03509af0a7
commit
803cf2a846
1 changed files with 11 additions and 0 deletions
|
@ -33426,6 +33426,17 @@ music.")
|
||||||
(base32
|
(base32
|
||||||
"00ajjb9iawva3g7i1y6bz4d4ny3cv5rby6vgkwiy2xkprzxi8900"))))
|
"00ajjb9iawva3g7i1y6bz4d4ny3cv5rby6vgkwiy2xkprzxi8900"))))
|
||||||
(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" "lint-checkdoc")
|
||||||
|
#: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))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-libmpdel emacs-navigel))
|
(list emacs-libmpdel emacs-navigel))
|
||||||
(home-page "https://gitea.petton.fr/mpdel/mpdel")
|
(home-page "https://gitea.petton.fr/mpdel/mpdel")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue