breeze-gtk: bump GTK3 version

This commit is contained in:
Thomas Tuegel 2017-05-09 09:20:39 -05:00
parent 7dc961b310
commit da942ea23f
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -3,6 +3,6 @@
mkDerivation { mkDerivation {
name = "breeze-gtk"; name = "breeze-gtk";
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];
cmakeFlags = [ "-DWITH_GTK3_VERSION=3.20" ]; cmakeFlags = [ "-DWITH_GTK3_VERSION=3.22" ];
buildInputs = [ qtbase ]; buildInputs = [ qtbase ];
} }