mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
adding version for all postgresql in upstream
This commit is contained in:
parent
e686d2171e
commit
aa5011c051
1 changed files with 10 additions and 0 deletions
|
@ -82,3 +82,13 @@
|
|||
(package
|
||||
(inherit timescaledb)
|
||||
(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