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

View file

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