[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: self: Don't use deprecated package names.
From: |
Ludovic Courtès |
Subject: |
06/07: self: Don't use deprecated package names. |
Date: |
Tue, 10 Apr 2018 11:44:40 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 43176dd605ac040a290171dee5a1019cb7c7a1fc
Author: Ludovic Courtès <address@hidden>
Date: Tue Apr 10 14:38:19 2018 +0200
self: Don't use deprecated package names.
* guix/self.scm (compiled-guix)[guile-json, guile-ssh]: Don't refer t
"guile2.2-json" and "guile2.2-ssh", which are deprecated.
---
guix/self.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/guix/self.scm b/guix/self.scm
index 23d65e5..2275ab5 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -203,13 +203,11 @@ list of file-name/file-like objects suitable as inputs to
'imported-files'."
(define guile-json
(package-for-guile guile-version
"guile-json"
- "guile2.2-json"
"guile2.0-json"))
(define guile-ssh
(package-for-guile guile-version
"guile-ssh"
- "guile2.2-ssh"
"guile2.0-ssh"))
(define guile-git
- branch master updated (a69e0cf -> 486de73), Ludovic Courtès, 2018/04/10
- 02/07: self: Don't substitute the '-source' derivations., Ludovic Courtès, 2018/04/10
- 03/07: self: Display a new line at the end of module compilation., Ludovic Courtès, 2018/04/10
- 04/07: self: Fix package names for compilation with Guile 2.0., Ludovic Courtès, 2018/04/10
- 05/07: self: Export '%guix-register-program' in generated (guix config)., Ludovic Courtès, 2018/04/10
- 01/07: gnu: hwloc: Skip 'linux-libnuma' test., Ludovic Courtès, 2018/04/10
- 06/07: self: Don't use deprecated package names.,
Ludovic Courtès <=
- 07/07: gnu: cuirass: Update to 238f856., Ludovic Courtès, 2018/04/10