guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-piem: Do not propagate B4.


From: guix-commits
Subject: branch master updated: gnu: emacs-piem: Do not propagate B4.
Date: Sat, 24 Sep 2022 15:07:17 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b79bdbe2ec gnu: emacs-piem: Do not propagate B4.
b79bdbe2ec is described below

commit b79bdbe2ec12de3058720866290201f3cbf72092
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 24 21:05:11 2022 +0200

    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.
---
 gnu/packages/emacs-xyz.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0d3b81f04e..d324b39af3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7053,9 +7053,18 @@ Tracker as well as bug identifiers prepared for 
@code{bug-reference-mode}.")
        (sha256
         (base32 "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z"))))
     (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
-     (list b4
-           emacs-elfeed
+     (list emacs-elfeed
            emacs-notmuch
            emacs-transient))
     (home-page "https://docs.kyleam.com/piem";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]