0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 22:20:30 +03:00

qtwebengine: don’t use gn configure

qtwebengine has its own configure script, so don’t try to use gn.
This commit is contained in:
Matthew Bauer 2019-06-03 21:42:59 -04:00
parent 493274b253
commit c4fc74b19c

View file

@ -33,6 +33,9 @@ qtModule {
enableParallelBuilding = true;
# Dont use the gn setup hook
dontUseGnConfigure = true;
# ninja builds some components with -Wno-format,
# which cannot be set at the same time as -Wformat-security
hardeningDisable = [ "format" ];