mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-macrostep: Use G-expressions.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[arguments]: Use G-expressions.
This commit is contained in:
parent
9aa53a004f
commit
4ce63e1fbd
1 changed files with 22 additions and 21 deletions
|
@ -19099,14 +19099,15 @@ without disturbing alignment.")
|
||||||
"1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
|
"1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #t
|
(list
|
||||||
|
#:tests? #t
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'remove-test
|
(add-before 'check 'remove-test
|
||||||
;; Fails because of requirement ‘/bin/sh’.
|
;; Fails because of requirement ‘/bin/sh’.
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((file "macrostep-test.el"))
|
(let ((file "macrostep-test.el"))
|
||||||
(chmod file #o644)
|
(make-file-writable file)
|
||||||
(emacs-batch-edit-file file
|
(emacs-batch-edit-file file
|
||||||
`(progn (progn (goto-char (point-min))
|
`(progn (progn (goto-char (point-min))
|
||||||
(re-search-forward
|
(re-search-forward
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue