qt5: work around a build problem

This commit is contained in:
Vladimír Čunát 2014-12-26 22:02:29 +01:00
parent bbd2be6075
commit dd4dfee2c2

View file

@ -160,6 +160,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ python perl pkgconfig ];
# freetype-2.5.4 changed signedness of some struct fields
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare";
postInstall =
''
${optionalString buildDocs ''