read-print: Recognize 'wrap-program' and 'wrap-script' as special forms.
* guix/read-print.scm (%special-forms): Add 'wrap-program' and 'wrap-script'.
This commit is contained in:
parent
8749f31485
commit
75a25d9c2a
1 changed files with 2 additions and 0 deletions
|
@ -335,6 +335,8 @@ (define %special-forms
|
|||
('with-output-to-file 2)
|
||||
('with-input-from-file 2)
|
||||
('with-directory-excursion 2)
|
||||
('wrap-program 2)
|
||||
('wrap-script 2)
|
||||
|
||||
;; (gnu system) and (gnu services).
|
||||
('operating-system 1)
|
||||
|
|
Loading…
Reference in a new issue