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
1 changed files with 1 additions and 0 deletions

View File

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