me
/
guix
Archived
1
0
Fork 0

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+.
master
Maxim Cournoyer 2021-06-25 12:07:21 -04:00
parent b9aab8e89c
commit 206193fec9
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions

View File

@ -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)