guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: qtbase: Enable GTK support.


From: guix-commits
Subject: 01/12: gnu: qtbase: Enable GTK support.
Date: Fri, 2 Jul 2021 16:52:49 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 206193fec9cf527dec73841c16b6ae6ae52aaf37
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jun 25 12:07:21 2021 -0400

    gnu: qtbase: Enable GTK support.
    
    This allows Qt applications to use the GTK themes present on the system,
    providing a more integrated look and feel for many Qt applications used in 
the
    context of a GTK/GNOME environment.
    
    * gnu/packages/qt.scm (qtbase-5)[inputs]: Add gtk+.
---
 gnu/packages/qt.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 19fcc2f..dadfbfe 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -338,6 +338,7 @@ system, and the core design of Django is reused in 
Grantlee.")
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
        ("glib" ,glib)
+       ("gtk+" ,gtk+)                   ;for GTK theme support
        ("harfbuzz" ,harfbuzz)
        ("icu4c" ,icu4c)
        ("libinput" ,libinput-minimal)



reply via email to

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