mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-polymode-ansible: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Update to 0.5.1. [arguments]<#:include>: Also install "poly-ansible-jinja2-filters-generator.el:41:15:". <#:phases>: Copy Elisp files to source directory so they are properly installed. Change-Id: Ib2e9df6d8e9d63e4c1777074995e4b3163440071
This commit is contained in:
parent
3185844db2
commit
1b0ff58270
1 changed files with 12 additions and 2 deletions
|
@ -22468,7 +22468,7 @@ literate programming tools for exporting, weaving and tangling.")
|
||||||
(define-public emacs-polymode-ansible
|
(define-public emacs-polymode-ansible
|
||||||
(package
|
(package
|
||||||
(name "emacs-polymode-ansible")
|
(name "emacs-polymode-ansible")
|
||||||
(version "0.4.1")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22477,8 +22477,18 @@ literate programming tools for exporting, weaving and tangling.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0980z444419pk7xgic6g5vvi30yibxfimd0rp0zznrshmc9xxra8"))))
|
(base32 "17c0c2gsxw892hq1acxsvl3i1cgpwfkk76hszcr9ydw566478972"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:include #~(list "maint/poly-ansible-jinja2-filters-generator.el")
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'move-source-files
|
||||||
|
(lambda _
|
||||||
|
(let ((el-files (find-files "./lisp" ".*\\.el$")))
|
||||||
|
(for-each (lambda (f) (copy-file f (basename f)))
|
||||||
|
el-files)))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-ansible
|
(list emacs-ansible
|
||||||
emacs-ansible-doc
|
emacs-ansible-doc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue