mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
reformatting and cleaning repo
This commit is contained in:
parent
263fc568f0
commit
dd9a55f327
42 changed files with 10407 additions and 11840 deletions
|
@ -29,22 +29,21 @@
|
|||
("pkg-config" ,pkg-config)
|
||||
,@(package-inputs gnu:postgresql-15)))))
|
||||
|
||||
; not yet public as the checks fails on jsonb_jsonpath
|
||||
(define postgresql-17
|
||||
(package
|
||||
(inherit postgresql-16)
|
||||
(name "postgresql")
|
||||
(version "17.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256 (base32 "1ph9j60nxwcslpdji4q0snc3932bn8xrpbfvi0jvdmpxq0qn29vy"))))
|
||||
(inputs `(("icu4c" ,icu4c)
|
||||
("pkg-config" ,pkg-config)
|
||||
("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
("json-c" ,json-c)
|
||||
,@(package-inputs postgresql-16)))))
|
||||
(package
|
||||
(inherit postgresql-16)
|
||||
(name "postgresql")
|
||||
(version "17.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256 (base32 "1ph9j60nxwcslpdji4q0snc3932bn8xrpbfvi0jvdmpxq0qn29vy"))))
|
||||
(inputs `(("icu4c" ,icu4c)
|
||||
("pkg-config" ,pkg-config)
|
||||
("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
("json-c" ,json-c)
|
||||
,@(package-inputs postgresql-16)))))
|
||||
|
||||
(define-public timescaledb
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue