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
@ -312,6 +312,7 @@ expressions and blanks that were read."
|
||||
('define-record-type 2)
|
||||
('define-record-type* 4)
|
||||
('define-configuration 2)
|
||||
('package/inherit 2)
|
||||
('let 2)
|
||||
('let* 2)
|
||||
('letrec 2)
|
||||
|
Loading…
Reference in New Issue
Block a user