gnu: qtbase: Build with PostgreSQL@14.
* gnu/packages/qt.scm (qtbase-5)[inputs]: Change from POSTGRESQL-13 to POSTGRESQL-14.master
parent
fce910af55
commit
6c7fcc71d1
|
@ -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)
|
||||
|
|
Reference in New Issue