Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca6b64ae7bba
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e4cc8c13973b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 3, 2018

  1. openjdk10: Use included cacerts

    (cherry picked from commit a415963ef7464d7ce8f9c73684728625e83d8d63)
    NeQuissimus committed Apr 3, 2018
    Copy the full SHA
    e4cc8c1 View commit details
Showing with 0 additions and 7 deletions.
  1. +0 −7 pkgs/development/compilers/openjdk/10.nix
7 changes: 0 additions & 7 deletions pkgs/development/compilers/openjdk/10.nix
Original file line number Diff line number Diff line change
@@ -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