gnu: qtbase: Build with PostgreSQL@14.

* gnu/packages/qt.scm (qtbase-5)[inputs]: Change from POSTGRESQL-13 to
POSTGRESQL-14.
This commit is contained in:
Marius Bakke 2022-06-23 19:46:33 +02:00
parent fce910af55
commit 6c7fcc71d1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -354,8 +354,7 @@ system, and the core design of Django is reused in Grantlee.")
("nss" ,nss)
("openssl" ,openssl)
("pcre2" ,pcre2)
;; TODO: Switch to 'postgres' in the next rebuild cycle.
("postgresql" ,postgresql-13)
("postgresql" ,postgresql)
("pulseaudio" ,pulseaudio)
("sqlite" ,sqlite)
("unixodbc" ,unixodbc)