qt59.qtwebengine: fix build (re: nss update)
This commit is contained in:
parent
2c21f3deeb
commit
8a928f3916
@ -101,6 +101,9 @@ qtSubmodule {
|
|||||||
];
|
];
|
||||||
patches = optional stdenv.needsPax ./qtwebengine-paxmark-mksnapshot.patch;
|
patches = optional stdenv.needsPax ./qtwebengine-paxmark-mksnapshot.patch;
|
||||||
|
|
||||||
|
# NSS header layout change
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-I${nss.dev}/include/nss" ];
|
||||||
|
|
||||||
dontUseNinjaBuild = true;
|
dontUseNinjaBuild = true;
|
||||||
dontUseNinjaInstall = true;
|
dontUseNinjaInstall = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user