Skip to content

Commit

Permalink
openjdk10: Use included cacerts
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 3, 2018
1 parent 713b0f7 commit 5a53b98
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkgs/development/compilers/openjdk/10.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ let
fi
done
# Generate certificates.
(
cd $jre/lib/openjdk/jre/lib/security
rm cacerts
perl ${./generate-cacerts.pl} $jre/lib/openjdk/jre/bin/keytool ${cacert}/etc/ssl/certs/ca-bundle.crt
)
ln -s $out/lib/openjdk/bin $out/bin
ln -s $jre/lib/openjdk/jre/bin $jre/bin
ln -s $jre/lib/openjdk/jre $out/jre
Expand Down

0 comments on commit 5a53b98

Please sign in to comment.