qtstyleplugins: mark broken with Qt 5.8

This commit is contained in:
Thomas Tuegel 2017-03-05 17:05:17 -06:00
parent 869037812c
commit 923224ab2e
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, qmakeHook, pkgconfig, gtk2 }:
{ stdenv, fetchFromGitHub, qmakeHook, qtbase, pkgconfig, gtk2 }:
stdenv.mkDerivation rec {
name = "qtstyleplugins-2016-12-01";
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
maintainers = [ maintainers.gnidorah ];
platforms = platforms.linux;
broken = builtins.compareVersion qtbase.version "5.7.0" > 0;
};
}