Skip to content

Commit

Permalink
gauche: fix path to cert file (#90708)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnacamura committed Jun 19, 2020
1 parent 8745c7d commit a7d1e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/gauche/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit a7d1e40

Please sign in to comment.