1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

qt59.qtwebengine: fix build (re: nss update)

This commit is contained in:
Michael Raskin 2017-10-09 14:27:52 +02:00
parent 2c21f3deeb
commit 8a928f3916

View file

@ -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;