mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-know-your-http-well: Use '#:lisp-directory'.
* gnu/packages/emacs-xyz.scm (emacs-know-your-http-well): Use '#:lisp-directory'. Change-Id: I401730ca43726880edf2e67e21fbc21455197587 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
91269b4404
commit
1d1dc3800a
1 changed files with 5 additions and 8 deletions
|
@ -28384,20 +28384,17 @@ regions which @code{hideshow} can hide.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1p4ibx0qgznv8ard4a9m7345ay8ij2qzmqdqiqlllndqq6mz62x5"))))
|
(base32 "1p4ibx0qgznv8ard4a9m7345ay8ij2qzmqdqiqlllndqq6mz62x5"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:lisp-directory "emacs"
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'install-json-files
|
(add-after 'unpack 'install-json-files
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(for-each (lambda (directory)
|
(for-each (lambda (directory)
|
||||||
(copy-recursively directory
|
(copy-recursively (string-append "../" directory)
|
||||||
(string-append
|
(string-append
|
||||||
(assoc-ref outputs "out")
|
(assoc-ref outputs "out") "/"
|
||||||
directory)))
|
directory)))
|
||||||
'("js" "json"))))
|
'("js" "json")))))))
|
||||||
(add-after 'unpack 'chdir-elisp
|
|
||||||
;; Elisp directory is not in root of the source.
|
|
||||||
(lambda _
|
|
||||||
(chdir "emacs"))))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/for-GET/know-your-http-well")
|
(home-page "https://github.com/for-GET/know-your-http-well")
|
||||||
(synopsis "Meaning of HTTP headers codes")
|
(synopsis "Meaning of HTTP headers codes")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue