guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-plz: Patch path to curl.


From: guix-commits
Subject: branch master updated: gnu: emacs-plz: Patch path to curl.
Date: Sun, 30 Oct 2022 05:36:55 -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 5b8b38d33a gnu: emacs-plz: Patch path to curl.
5b8b38d33a is described below

commit 5b8b38d33aaea049630ba5a68f97403a90bfa6e5
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Oct 22 20:43:14 2022 +0200

    gnu: emacs-plz: Patch path to curl.
    
    * gnu/packages/emacs-xyz.scm (emacs-plz)[arguments]: Add phase 
substitute-curl-path.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b4d678499e..0f5de36a5c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17203,6 +17203,15 @@ multiplexer.")
         (base32 "0p0xd532xa8icysyxwqk481lr9xanmp68gf97fd9n2936gp12chv"))))
     (build-system emacs-build-system)
     (inputs (list curl))
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'substitute-curl-path
+            (lambda* (#:key inputs #:allow-other-keys)
+              (make-file-writable "plz.el")
+              (emacs-substitute-variables "plz.el"
+                ("plz-curl-program" (search-input-file inputs 
"/bin/curl"))))))))
     (home-page "https://github.com/alphapapa/plz.el";)
     (synopsis "HTTP library for Emacs")
     (description



reply via email to

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