forked from mirrors/nixpkgs
qtwebengine: don’t use gn configure
qtwebengine has its own configure script, so don’t try to use gn.
This commit is contained in:
parent
493274b253
commit
c4fc74b19c
|
@ -33,6 +33,9 @@ qtModule {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# Don’t 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" ];
|
||||
|
|
Loading…
Reference in a new issue