diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-06-25 12:07:21 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-02 16:50:08 -0400 |
commit | 206193fec9cf527dec73841c16b6ae6ae52aaf37 (patch) | |
tree | 16a01f3b69afc01e84ed177121e5aa0a27085e3a /gnu/packages | |
parent | b9aab8e89cd9ef9ef5be6706ff53edfd96ad8518 (diff) | |
download | guix-206193fec9cf527dec73841c16b6ae6ae52aaf37.tar.gz |
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+.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/qt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 19fcc2f37e..dadfbfecb5 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) |