read-print: Add 'package/inherit' special form.

* guix/read-print.scm (%special-forms): Add 'package/inherit'.
This commit is contained in:
Ludovic Courtès 2023-06-02 15:43:46 +02:00
parent acef4cecf9
commit 0a8f53d61b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)