gnu: emacs-piem: Do not propagate B4.
* gnu/packages/emacs-xyz.scm (emacs-piem)[arguments]: Add CONFIGURE phase to avoid propagating B4. [inputs]: Add B4. [propagated-inputs]: Remove B4.master
parent
ffa8a7129f
commit
b79bdbe2ec
|
@ -7053,9 +7053,18 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z"))))
|
(base32 "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'configure
|
||||||
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
(emacs-substitute-variables "piem-b4.el"
|
||||||
|
("piem-b4-b4-executable"
|
||||||
|
(search-input-file inputs "/bin/b4"))))))))
|
||||||
|
(inputs
|
||||||
|
(list b4))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list b4
|
(list emacs-elfeed
|
||||||
emacs-elfeed
|
|
||||||
emacs-notmuch
|
emacs-notmuch
|
||||||
emacs-transient))
|
emacs-transient))
|
||||||
(home-page "https://docs.kyleam.com/piem")
|
(home-page "https://docs.kyleam.com/piem")
|
||||||
|
|
Reference in New Issue