mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Revert "qt59.qtwebengine: fix build (re: nss update)"
This reverts commit 8a928f3916
.
This commit is contained in:
parent
db0ec924fd
commit
1fbf00f0ae
1 changed files with 0 additions and 3 deletions
|
@ -101,9 +101,6 @@ 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