chromium: take into account new nss header layout

This commit is contained in:
Michael Raskin 2017-10-09 18:15:11 +02:00
parent f3c798dd74
commit df41edfe1c

View File

@ -124,6 +124,9 @@ let
++ optionals cupsSupport [ libgcrypt cups ]
++ optional pulseSupport libpulseaudio;
# NSS header layout change
NIX_CFLAGS_COMPILE = ["-I${nss.dev}/include/nss"];
patches = [
./patches/nix_plugin_paths_52.patch
# To enable ChromeCast, go to chrome://flags and set "Load Media Router Component Extension" to Enabled