Fix references to ca-bundle.

Several packages referred to /etc/ca-bundle.crt, that
was removed in 9c616e3. I've changed those references to
/etc/ssl/certs/ca-bundle.crt instead.
This commit is contained in:
Rickard Nilsson
2014-02-12 19:30:32 +01:00
parent 35d1c4d34a
commit 83ca1bec30
3 changed files with 3 additions and 3 deletions
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
sha256 = "1g2ran0rn37009fs3xl38m95i5w8sdf9ax0ady4jbjir15844xcz";
};
configureFlags = "--with-ca-certificates=/etc/ca-bundle.crt";
configureFlags = "--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt";
preBuild = ''
sed -e "s@${glib}/lib/gio/modules@$out/lib/gio/modules@g" -i $(find . -name Makefile)