mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add bdb-5.3.
* gnu/packages/databases.scm (bdb-5.3): New variable.
This commit is contained in:
parent
84530eef76
commit
557fa39caa
1 changed files with 12 additions and 0 deletions
|
@ -188,6 +188,18 @@ (define-public bdb
|
||||||
(home-page
|
(home-page
|
||||||
"http://www.oracle.com/us/products/database/berkeley-db/overview/index.html")))
|
"http://www.oracle.com/us/products/database/berkeley-db/overview/index.html")))
|
||||||
|
|
||||||
|
(define-public bdb-5.3
|
||||||
|
(package (inherit bdb)
|
||||||
|
(name "bdb")
|
||||||
|
(version "5.3.28")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://download.oracle.com/berkeley-db/db-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0"))))))
|
||||||
|
|
||||||
(define-public mysql
|
(define-public mysql
|
||||||
(package
|
(package
|
||||||
(name "mysql")
|
(name "mysql")
|
||||||
|
|
Loading…
Reference in a new issue