diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-23 19:46:33 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-23 19:55:44 +0200 |
commit | 6c7fcc71d170f71db907c3c456266d0e8a1448aa (patch) | |
tree | 94cb65facf6257946a161d3ccdf18694c899d4a0 /gnu/packages/qt.scm | |
parent | fce910af555b72d02ba868885571b2fdc38b2d5f (diff) | |
download | guix-6c7fcc71d170f71db907c3c456266d0e8a1448aa.tar.gz |
gnu: qtbase: Build with PostgreSQL@14.
* gnu/packages/qt.scm (qtbase-5)[inputs]: Change from POSTGRESQL-13 to POSTGRESQL-14.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 9593009ae3..9920af74fb 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -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) |