[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: guile-dbi: Switch to Guile 2.2.
From: |
Ludovic Courtès |
Subject: |
11/12: gnu: guile-dbi: Switch to Guile 2.2. |
Date: |
Mon, 30 Apr 2018 17:41:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b989c3e3760793bf9cb79461b3d03f566e0facc9
Author: Ludovic Courtès <address@hidden>
Date: Mon Apr 30 21:59:53 2018 +0200
gnu: guile-dbi: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-dbi)[inputs]: Switch to GUILE-2.2.
[arguments]: Adjust to use "/2.2".
---
gnu/packages/guile.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 181060c..3807608 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1548,19 +1548,19 @@ provides access to that interface and its types from
the Scheme level.")
(arguments
'(#:configure-flags
(list (string-append
- "--with-guile-site-dir=" %output "/share/guile/site/2.0"))
+ "--with-guile-site-dir=" %output "/share/guile/site/2.2"))
#:phases
(modify-phases %standard-phases
(add-after 'install 'patch-extension-path
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(dbi.scm (string-append
- out "/share/guile/site/2.0/dbi/dbi.scm"))
+ out "/share/guile/site/2.2/dbi/dbi.scm"))
(ext (string-append out "/lib/libguile-dbi")))
(substitute* dbi.scm (("libguile-dbi") ext))
#t))))))
(propagated-inputs
- `(("guile" ,guile-2.0)))
+ `(("guile" ,guile-2.2)))
(synopsis "Guile database abstraction layer")
(home-page "http://home.gna.org/guile-dbi/guile-dbi.html")
(description
- 02/12: gnu: tcc-wrapper: Use Guile 2.2., (continued)
- 02/12: gnu: tcc-wrapper: Use Guile 2.2., Ludovic Courtès, 2018/04/30
- 03/12: gnu: gzochi: Build without '-Werror'., Ludovic Courtès, 2018/04/30
- 04/12: gnu: gzochi: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 06/12: gnu: guile-ics: Update to 0.2.0., Ludovic Courtès, 2018/04/30
- 05/12: gnu: geiser: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 09/12: gnu: guile-irregex: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 07/12: gnu: guile-ics: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 08/12: gnu: guile-minikanren: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 12/12: gnu: Add amule., Ludovic Courtès, 2018/04/30
- 01/12: weather: Fix type error when reporting CI stats., Ludovic Courtès, 2018/04/30
- 11/12: gnu: guile-dbi: Switch to Guile 2.2.,
Ludovic Courtès <=
- 10/12: gnu: guile-redis: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30