qt5: work around a build problem
This commit is contained in:
parent
bbd2be6075
commit
dd4dfee2c2
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user