guix-commits
[Top][All Lists]
Advanced

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

04/35: gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).


From: guix-commits
Subject: 04/35: gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).
Date: Mon, 1 Aug 2022 00:12:11 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4af9984a4e77d42cd063de590c164044599b4062
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jul 25 20:57:09 2022 -0400

    gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).
    
    This revert the upgrade from GTK 3 to 4 in
    8d7fdbe261e32a63df8c47f06b1a43095b6084c7.  Qt doesn't yet support GTK 4.
    
    * gnu/packages/qt.scm (qtbase)[native-inputs]: Remove gtk.
    [inputs]: Do not replace gtk+ by gtk.
---
 gnu/packages/qt.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 001e6286fe..9cb6ae5893 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -805,14 +805,12 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                     (("\\$\\$\\[QT_HOST_DATA/src\\]") archdata)))))))))
     (native-inputs
      (modify-inputs (package-native-inputs qtbase-5)
-       (prepend gtk                     ;for GTK theme support
-                ninja
+       (prepend ninja
                 wayland-protocols
                 xvfb-run)))
     (inputs
      (modify-inputs (package-inputs qtbase-5)
        (prepend bash-minimal coreutils-minimal libxcb md4c)
-       (replace "gtk+" gtk)                ;use latest gtk
        (replace "postgresql" postgresql))) ;use latest postgresql
     (native-search-paths
      (list (search-path-specification



reply via email to

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