Skip to content

Commit

Permalink
gnutls: set certificate location (close #8121)
Browse files Browse the repository at this point in the history
This is a fast fix; it might be best to use $SSL_CERT_FILE.
Tested on vlc with youtube https URLs.
Discussed also on #8118. Feel free to discuss further improvements on #8247.
  • Loading branch information
vcunat committed Jun 9, 2015
1 parent 9272561 commit 651e83a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/gnutls/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
inherit src patches;

configureFlags = [
# FIXME: perhaps use $SSL_CERT_FILE instead
"--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt"
"--disable-dependency-tracking"
"--enable-fast-install"
] ++ stdenv.lib.optional guileBindings
Expand Down

0 comments on commit 651e83a

Please sign in to comment.