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:
parent
2c21f3deeb
commit
8a928f3916
|
@ -101,6 +101,9 @@ qtSubmodule {
|
|||
];
|
||||
patches = optional stdenv.needsPax ./qtwebengine-paxmark-mksnapshot.patch;
|
||||
|
||||
# NSS header layout change
|
||||
NIX_CFLAGS_COMPILE = [ "-I${nss.dev}/include/nss" ];
|
||||
|
||||
dontUseNinjaBuild = true;
|
||||
dontUseNinjaInstall = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue