guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/21: gnu: qtbase: Build with PostgreSQL@14.


From: guix-commits
Subject: 21/21: gnu: qtbase: Build with PostgreSQL@14.
Date: Thu, 23 Jun 2022 13:56:44 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 6c7fcc71d170f71db907c3c456266d0e8a1448aa
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 19:46:33 2022 +0200

    gnu: qtbase: Build with PostgreSQL@14.
    
    * gnu/packages/qt.scm (qtbase-5)[inputs]: Change from POSTGRESQL-13 to
    POSTGRESQL-14.
---
 gnu/packages/qt.scm | 3 +--
 1 file changed, 1 insertion(+), 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]