mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
timescaledb : adding version for all postgresql in upstream
This commit is contained in:
parent
7a652c7c15
commit
ce3afa3197
1 changed files with 10 additions and 0 deletions
|
@ -82,3 +82,13 @@
|
||||||
(package
|
(package
|
||||||
(inherit timescaledb)
|
(inherit timescaledb)
|
||||||
(inputs (list openssl gnu:postgresql-15))))
|
(inputs (list openssl gnu:postgresql-15))))
|
||||||
|
|
||||||
|
(define-public timescaledb-pg14
|
||||||
|
(package
|
||||||
|
(inherit timescaledb)
|
||||||
|
(inputs (list openssl gnu:postgresql-14))))
|
||||||
|
|
||||||
|
(define-public timescaledb-pg13
|
||||||
|
(package
|
||||||
|
(inherit timescaledb)
|
||||||
|
(inputs (list openssl gnu:postgresql-13))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue