thunderbird: use nss_3_53 instead of nss
This fixes up the changes done in #104176 where I forgot to include this now required change.
This commit is contained in:
parent
e5f945b13b
commit
a322b32e9d
@ -32,7 +32,7 @@
|
||||
, nasm
|
||||
, nodejs
|
||||
, nspr
|
||||
, nss
|
||||
, nss_3_53
|
||||
, pango
|
||||
, perl
|
||||
, pkgconfig
|
||||
@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
|
||||
libvpx
|
||||
libwebp
|
||||
nspr
|
||||
nss
|
||||
nss_3_53
|
||||
pango
|
||||
perl
|
||||
sqlite
|
||||
@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
NIX_CFLAGS_COMPILE =[
|
||||
"-I${glib.dev}/include/gio-unix-2.0"
|
||||
"-I${nss.dev}/include/nss"
|
||||
"-I${nss_3_53.dev}/include/nss"
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user