1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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)