diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-06-02 15:43:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-02 15:47:27 +0200 |
commit | 0a8f53d61b054fefccb63bb2a2bce9ef3f8d9352 (patch) | |
tree | c02a0376416b09f0ec38300595699c4588594ef5 /guix | |
parent | acef4cecf908e3c4a6fd99e2cc48f8b9ad4c1eff (diff) |
read-print: Add 'package/inherit' special form.
* guix/read-print.scm (%special-forms): Add 'package/inherit'.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/read-print.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/read-print.scm b/guix/read-print.scm index fa44e933b0..04dc0dcfbe 100644 --- a/guix/read-print.scm +++ b/guix/read-print.scm @@ -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) |