mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).
This revert the upgrade from GTK 3 to 4 in
8d7fdbe261
. Qt doesn't yet support GTK 4.
* gnu/packages/qt.scm (qtbase)[native-inputs]: Remove gtk.
[inputs]: Do not replace gtk+ by gtk.
This commit is contained in:
parent
de6f155426
commit
4af9984a4e
1 changed files with 1 additions and 3 deletions
|
@ -805,14 +805,12 @@ (define-public qtbase
|
||||||
(("\\$\\$\\[QT_HOST_DATA/src\\]") archdata)))))))))
|
(("\\$\\$\\[QT_HOST_DATA/src\\]") archdata)))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(modify-inputs (package-native-inputs qtbase-5)
|
(modify-inputs (package-native-inputs qtbase-5)
|
||||||
(prepend gtk ;for GTK theme support
|
(prepend ninja
|
||||||
ninja
|
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
xvfb-run)))
|
xvfb-run)))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs qtbase-5)
|
(modify-inputs (package-inputs qtbase-5)
|
||||||
(prepend bash-minimal coreutils-minimal libxcb md4c)
|
(prepend bash-minimal coreutils-minimal libxcb md4c)
|
||||||
(replace "gtk+" gtk) ;use latest gtk
|
|
||||||
(replace "postgresql" postgresql))) ;use latest postgresql
|
(replace "postgresql" postgresql))) ;use latest postgresql
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
|
|
Loading…
Reference in a new issue