9 lines
190 B
Bash
9 lines
190 B
Bash
|
. $stdenv/setup
|
||
|
|
||
|
configureFlags="\
|
||
|
--with-nspr-includes=$nss/include/nspr \
|
||
|
--with-nspr-libs=$nss/lib \
|
||
|
--with-nss-includes=$nss/include/nss \
|
||
|
--with-nss-libs=$nss/lib"
|
||
|
|
||
|
genericBuild
|