mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-eimp: Improve style.
* gnu/packages/emacs-xyz.scm (emacs-eimp): [arguments]<phases>: Improve 'configure phase style. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
52112b5165
commit
ce22850867
1 changed files with 5 additions and 7 deletions
|
@ -23357,13 +23357,11 @@ whitespace in the buffer was initially clean.")
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'configure
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((imagemagick (assoc-ref inputs "imagemagick")))
|
||||
;; eimp.el is read-only in git.
|
||||
(chmod "eimp.el" #o644)
|
||||
(emacs-substitute-variables "eimp.el"
|
||||
("eimp-mogrify-program"
|
||||
(string-append imagemagick "/bin/mogrify"))))
|
||||
#t)))))
|
||||
;; eimp.el is read-only in git.
|
||||
(chmod "eimp.el" #o644)
|
||||
(emacs-substitute-variables "eimp.el"
|
||||
("eimp-mogrify-program"
|
||||
(search-input-file inputs "bin/mogrify"))))))))
|
||||
(inputs
|
||||
(list imagemagick))
|
||||
(home-page "https://github.com/nicferrier/eimp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue