mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
chromium: take into account new nss header layout
This commit is contained in:
parent
f3c798dd74
commit
df41edfe1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user