mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-plz: Remove unnecessary call to MAKE-FILE-WRITABLE.
* gnu/packages/emacs-xyz.scm (emacs-plz)[arguments]: Remove unnecessary MAKE-FILE-WRITABLE call.
This commit is contained in:
parent
5b8b38d33a
commit
631105947f
1 changed files with 0 additions and 1 deletions
|
@ -17209,7 +17209,6 @@ (define-public emacs-plz
|
|||
#~(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")
|
||||
|
|
Loading…
Reference in a new issue