1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +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:
Morgan Smith 2025-03-02 17:15:13 -05:00 committed by Liliana Marie Prikler
parent 91269b4404
commit 1d1dc3800a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -28384,20 +28384,17 @@ regions which @code{hideshow} can hide.")
(sha256
(base32 "1p4ibx0qgznv8ard4a9m7345ay8ij2qzmqdqiqlllndqq6mz62x5"))))
(arguments
`(#:phases
`(#:lisp-directory "emacs"
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'install-json-files
(lambda* (#:key outputs #:allow-other-keys)
(for-each (lambda (directory)
(copy-recursively directory
(copy-recursively (string-append "../" directory)
(string-append
(assoc-ref outputs "out")
(assoc-ref outputs "out") "/"
directory)))
'("js" "json"))))
(add-after 'unpack 'chdir-elisp
;; Elisp directory is not in root of the source.
(lambda _
(chdir "emacs"))))))
'("js" "json")))))))
(build-system emacs-build-system)
(home-page "https://github.com/for-GET/know-your-http-well")
(synopsis "Meaning of HTTP headers codes")