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:
Nicolas Goaziou 2022-10-30 10:37:01 +01:00
parent 5b8b38d33a
commit 631105947f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")