github-hosts-sync: fix ca-bundle path

This commit is contained in:
tv 2015-10-09 14:31:25 +02:00
parent 51e4b62de2
commit 509423f1f1

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
installPhase =
let
ca-bundle = "${pkgs.cacert}/etc/ca-bundle.crt";
ca-bundle = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
path = stdenv.lib.makeSearchPath "bin" (with pkgs; [
coreutils
findutils