mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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-dbm=gdbm"
|
||||
"--with-zlib=${zlib}"
|
||||
"--with-ca-bundle=$NIX_SSL_CERT_FILE"
|
||||
"--with-ca-bundle=${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
# TODO: Enable slib
|
||||
# Current slib in nixpkgs is specialized to Guile
|
||||
# "--with-slib=${slibGuile}/lib/slib"
|
||||
|
Loading…
Reference in New Issue
Block a user