[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-plz: Remove unnecessary call to MAKE-F
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-plz: Remove unnecessary call to MAKE-FILE-WRITABLE. |
Date: |
Sun, 30 Oct 2022 05:38:03 -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 631105947f gnu: emacs-plz: Remove unnecessary call to
MAKE-FILE-WRITABLE.
631105947f is described below
commit 631105947f054a57a10ae01096c60b8849bd8260
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 30 10:37:01 2022 +0100
gnu: emacs-plz: Remove unnecessary call to MAKE-FILE-WRITABLE.
* gnu/packages/emacs-xyz.scm (emacs-plz)[arguments]: Remove unnecessary
MAKE-FILE-WRITABLE call.
---
gnu/packages/emacs-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f5de36a5c..10eb8427b1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17209,7 +17209,6 @@ multiplexer.")
#~(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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-plz: Remove unnecessary call to MAKE-FILE-WRITABLE.,
guix-commits <=