[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: read-print: Add 'package/inherit' special form.
From: |
guix-commits |
Subject: |
02/17: read-print: Add 'package/inherit' special form. |
Date: |
Fri, 2 Jun 2023 11:24:02 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0a8f53d61b054fefccb63bb2a2bce9ef3f8d9352
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 2 15:43:46 2023 +0200
read-print: Add 'package/inherit' special form.
* guix/read-print.scm (%special-forms): Add 'package/inherit'.
---
guix/read-print.scm | 1 +
1 file changed, 1 insertion(+)
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)
- branch master updated (a7d9cd742c -> 69dfdb7bd1), guix-commits, 2023/06/02
- 05/17: gnu: python-docrepr: Fix tests., guix-commits, 2023/06/02
- 03/17: gnu: gcc-boot0: Do not use 'coreutils-boot0' on GNU/Hurd., guix-commits, 2023/06/02
- 08/17: gnu: cuirass: Update to b825967., guix-commits, 2023/06/02
- 01/17: ci: Reify the timestamps of evaluations., guix-commits, 2023/06/02
- 02/17: read-print: Add 'package/inherit' special form.,
guix-commits <=
- 04/17: gnu: cpp-mustache: Update to 5.0 to fix build., guix-commits, 2023/06/02
- 10/17: tests: Check for service existence in MODIFY-SERVICES, guix-commits, 2023/06/02
- 11/17: services: Error in MODIFY-SERVICES when services don't exist, guix-commits, 2023/06/02
- 13/17: gnu: Add ocaml-parmap., guix-commits, 2023/06/02
- 14/17: gnu: Add ocaml-stdcompat., guix-commits, 2023/06/02
- 06/17: gnu: python-ipython-documentation: Remove patches., guix-commits, 2023/06/02
- 07/17: gnu: python-ipython-documentation: Update dependencies., guix-commits, 2023/06/02
- 09/17: tests: Add tests for MODIFY-SERVICES procedure, guix-commits, 2023/06/02
- 12/17: gnu: Add tmux-plugin-mem-cpu-load., guix-commits, 2023/06/02
- 15/17: gnu: Add ocaml-pyml., guix-commits, 2023/06/02