gauche: fix path to cert file (#90708)
This commit is contained in:
parent
8745c7da4b
commit
a7d1e40044
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-iconv=${libiconv}"
|
"--with-iconv=${libiconv}"
|
||||||
"--with-dbm=gdbm"
|
"--with-dbm=gdbm"
|
||||||
"--with-zlib=${zlib}"
|
"--with-zlib=${zlib}"
|
||||||
"--with-ca-bundle=$NIX_SSL_CERT_FILE"
|
"--with-ca-bundle=${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||||
# TODO: Enable slib
|
# TODO: Enable slib
|
||||||
# Current slib in nixpkgs is specialized to Guile
|
# Current slib in nixpkgs is specialized to Guile
|
||||||
# "--with-slib=${slibGuile}/lib/slib"
|
# "--with-slib=${slibGuile}/lib/slib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user