[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: guix: Build with Guile 2.2.
From: |
Ludovic Courtès |
Subject: |
06/06: gnu: guix: Build with Guile 2.2. |
Date: |
Tue, 9 May 2017 12:08:50 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7561881f2a5d2dc463c24713745eca03e67044bf
Author: Ludovic Courtès <address@hidden>
Date: Tue May 9 17:59:26 2017 +0200
gnu: guix: Build with Guile 2.2.
* gnu/packages/package-management.scm (guix)[inputs]: Change GUILE-2.0
to GUILE-2.2.
[propagated-inputs]: Likewise, use GNUTLS/GUILE-2.2, GUILE2.2-JSON, and
GUILE2.2-SSH.
---
gnu/packages/package-management.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 1d201f1..627501e 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -224,7 +224,7 @@
("sqlite" ,sqlite)
("libgcrypt" ,libgcrypt)
- ("guile" ,guile-2.0)
+ ("guile" ,guile-2.2)
("boot-guile/i686"
,(boot-guile "i686"
@@ -247,9 +247,9 @@
(base32
"1giy2aprjmn5fp9c4s9r125fljw4wv6ixy5739i5bffw4jgr0f9r"))))))
(propagated-inputs
- `(("gnutls" ,gnutls) ;for 'guix download' & co.
- ("guile-json" ,guile-json)
- ("guile-ssh" ,guile-ssh)))
+ `(("gnutls" ,gnutls/guile-2.2) ;for 'guix download' & co.
+ ("guile-json" ,guile2.2-json)
+ ("guile-ssh" ,guile2.2-ssh)))
(home-page "https://www.gnu.org/software/guix/")
(synopsis "Functional package manager for installed software packages
and versions")
- branch master updated (f0b7dc7 -> 7561881), Ludovic Courtès, 2017/05/09
- 02/06: pull: Use 'with-store'., Ludovic Courtès, 2017/05/09
- 06/06: gnu: guix: Build with Guile 2.2.,
Ludovic Courtès <=
- 03/06: gnu: guile-ssh: Update to 0.11.0., Ludovic Courtès, 2017/05/09
- 05/06: pull: Build package modules without optimizations on Guile 2.2., Ludovic Courtès, 2017/05/09
- 01/06: pull: Honor the standard build options., Ludovic Courtès, 2017/05/09
- 04/06: pull: Build with the matching Guile major version., Ludovic Courtès, 2017/05/09