mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Update Guile-SQLite3 URL everywhere.
* README: Update Guile-SQLite3 URL. * doc/guix.texi (Requirements): Likewise. * guix/store/database.scm (sqlite-exec): Likewise. * m4/guix.m4 (GUIX_CHECK_GUILE_SQLITE3): Likewise.
This commit is contained in:
parent
332443d429
commit
60e1c1099f
4 changed files with 4 additions and 4 deletions
2
README
2
README
|
@ -24,7 +24,7 @@ GNU Guix currently depends on the following packages:
|
||||||
- [[https://notabug.org/cwebber/guile-gcrypt][Guile-Gcrypt]] 0.1.0 or later
|
- [[https://notabug.org/cwebber/guile-gcrypt][Guile-Gcrypt]] 0.1.0 or later
|
||||||
- [[https://www.gnu.org/software/make/][GNU Make]]
|
- [[https://www.gnu.org/software/make/][GNU Make]]
|
||||||
- [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled
|
- [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled
|
||||||
- [[https://notabug.org/civodul/guile-sqlite3][Guile-SQLite3]], version 0.1.0 or later
|
- [[https://notabug.org/guile-sqlite3/guile-sqlite3][Guile-SQLite3]], version 0.1.0 or later
|
||||||
- [[https://gitlab.com/guile-git/guile-git][Guile-Git]]
|
- [[https://gitlab.com/guile-git/guile-git][Guile-Git]]
|
||||||
- [[http://www.zlib.net/][zlib]]
|
- [[http://www.zlib.net/][zlib]]
|
||||||
- optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
|
- optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
|
||||||
|
|
|
@ -641,7 +641,7 @@ later, including 2.2.x;
|
||||||
(@pxref{Guile Preparations, how to install the GnuTLS bindings for
|
(@pxref{Guile Preparations, how to install the GnuTLS bindings for
|
||||||
Guile,, gnutls-guile, GnuTLS-Guile});
|
Guile,, gnutls-guile, GnuTLS-Guile});
|
||||||
@item
|
@item
|
||||||
@uref{https://notabug.org/civodul/guile-sqlite3, Guile-SQLite3}, version 0.1.0
|
@uref{https://notabug.org/guile-sqlite3/guile-sqlite3, Guile-SQLite3}, version 0.1.0
|
||||||
or later;
|
or later;
|
||||||
@item
|
@item
|
||||||
@c FIXME: Specify a version number once a release has been made.
|
@c FIXME: Specify a version number once a release has been made.
|
||||||
|
|
|
@ -53,7 +53,7 @@ (define sql-schema
|
||||||
|
|
||||||
(define sqlite-exec
|
(define sqlite-exec
|
||||||
;; XXX: This is was missing from guile-sqlite3 until
|
;; XXX: This is was missing from guile-sqlite3 until
|
||||||
;; <https://notabug.org/civodul/guile-sqlite3/commit/b87302f9bcd18a286fed57b2ea521845eb1131d7>.
|
;; <https://notabug.org/guile-sqlite3/guile-sqlite3/commit/b87302f9bcd18a286fed57b2ea521845eb1131d7>.
|
||||||
(let ((exec (pointer->procedure
|
(let ((exec (pointer->procedure
|
||||||
int
|
int
|
||||||
(dynamic-func "sqlite3_exec" (@@ (sqlite3) libsqlite3))
|
(dynamic-func "sqlite3_exec" (@@ (sqlite3) libsqlite3))
|
||||||
|
|
|
@ -162,7 +162,7 @@ dnl Check whether a recent-enough Guile-Sqlite3 is available.
|
||||||
AC_DEFUN([GUIX_CHECK_GUILE_SQLITE3], [
|
AC_DEFUN([GUIX_CHECK_GUILE_SQLITE3], [
|
||||||
dnl Check whether 'sqlite-bind-arguments' is available. It was introduced
|
dnl Check whether 'sqlite-bind-arguments' is available. It was introduced
|
||||||
dnl in February 2018:
|
dnl in February 2018:
|
||||||
dnl <https://notabug.org/civodul/guile-sqlite3/commit/1cd1dec96a9999db48c0ff45bab907efc637247f>.
|
dnl <https://notabug.org/guile-sqlite3/guile-sqlite3/commit/1cd1dec96a9999db48c0ff45bab907efc637247f>.
|
||||||
AC_CACHE_CHECK([whether Guile-Sqlite3 is available and recent enough],
|
AC_CACHE_CHECK([whether Guile-Sqlite3 is available and recent enough],
|
||||||
[guix_cv_have_recent_guile_sqlite3],
|
[guix_cv_have_recent_guile_sqlite3],
|
||||||
[GUILE_CHECK([retval],
|
[GUILE_CHECK([retval],
|
||||||
|
|
Loading…
Reference in a new issue