[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: Add guile2.2-g-golf.
From: |
guix-commits |
Subject: |
08/14: gnu: Add guile2.2-g-golf. |
Date: |
Tue, 8 Feb 2022 07:36:51 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit d22fd0bed9072d6e3098adfc5e4bf32f9fdfc564
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Thu Feb 3 22:38:59 2022 +0800
gnu: Add guile2.2-g-golf.
* gnu/packages/guile-xyz.scm (guile2.2-g-golf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/guile-xyz.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index b09bacb9b6..8bd4391a72 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2070,6 +2070,15 @@ object-oriented programming system, GOOPS.")
(define-public g-golf
(deprecated-package "g-golf" guile-g-golf))
+(define-public guile2.2-g-golf
+ (package
+ (inherit guile-g-golf)
+ (name "guile2.2-g-golf")
+ (inputs
+ (modify-inputs (package-inputs guile-g-golf)
+ (replace "guile" guile-2.2)
+ (replace "guile-lib" guile2.2-lib)))))
+
(define-public g-wrap
(package
(name "g-wrap")
- branch master updated (35d56676db -> 4be896d6e0), guix-commits, 2022/02/08
- 11/14: gnu: iwd: Remove reference to %outputs., guix-commits, 2022/02/08
- 07/14: gnu: Deprecate the 'g-golf' variable., guix-commits, 2022/02/08
- 09/14: gnu: nomad: Depends on proper version of g-golf., guix-commits, 2022/02/08
- 06/14: gnu: g-golf: Update to 0.0.1-1010-1824633., guix-commits, 2022/02/08
- 13/14: gnu: ell: Remove input labels., guix-commits, 2022/02/08
- 14/14: gnu: iwd: Update to 1.24., guix-commits, 2022/02/08
- 02/14: gnu: Add bloomberg-bde-tools., guix-commits, 2022/02/08
- 08/14: gnu: Add guile2.2-g-golf.,
guix-commits <=
- 12/14: gnu: iwd: Build from Git sources., guix-commits, 2022/02/08
- 01/14: import: utils: Harden beautify-description., guix-commits, 2022/02/08
- 04/14: gnu: Add emacs-spray., guix-commits, 2022/02/08
- 03/14: gnu: Add bloomberg-bde., guix-commits, 2022/02/08
- 05/14: gnu: Fix typo., guix-commits, 2022/02/08
- 10/14: gnu: iwd: Remove input labels., guix-commits, 2022/02/08