mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
read-print: Add 'package/inherit' special form.
* guix/read-print.scm (%special-forms): Add 'package/inherit'.
This commit is contained in:
parent
acef4cecf9
commit
0a8f53d61b
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ (define %special-forms
|
|||
('define-record-type 2)
|
||||
('define-record-type* 4)
|
||||
('define-configuration 2)
|
||||
('package/inherit 2)
|
||||
('let 2)
|
||||
('let* 2)
|
||||
('letrec 2)
|
||||
|
|
Loading…
Reference in a new issue