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
|
, nasm
|
||||||
, nodejs
|
, nodejs
|
||||||
, nspr
|
, nspr
|
||||||
, nss
|
, nss_3_53
|
||||||
, pango
|
, pango
|
||||||
, perl
|
, perl
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
|
|||||||
libvpx
|
libvpx
|
||||||
libwebp
|
libwebp
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss_3_53
|
||||||
pango
|
pango
|
||||||
perl
|
perl
|
||||||
sqlite
|
sqlite
|
||||||
@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
NIX_CFLAGS_COMPILE =[
|
NIX_CFLAGS_COMPILE =[
|
||||||
"-I${glib.dev}/include/gio-unix-2.0"
|
"-I${glib.dev}/include/gio-unix-2.0"
|
||||||
"-I${nss.dev}/include/nss"
|
"-I${nss_3_53.dev}/include/nss"
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user