Navigation Menu

Skip to content
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
base: 2f261c9fc042
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ae07f6c406cd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 20, 2019

  1. openjdk8: add setJavaClassPath-hook to jdk as well

    This hook got removed from JDK[1], however without this hook,
    the classpath in a Java-build isn't created anymore which caused
    several[2][3] broken packages.
    
    [1] https://github.com/NixOS/nixpkgs/pull/65247/files#r324459267
    [2] https://hydra.nixos.org/build/100896633
    [3] https://hydra.nixos.org/build/100895668
    
    ZHF #68361
    Ma27 committed Sep 20, 2019
    Copy the full SHA
    19f8806 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. openjdk8: add setJavaClassPath-hook to jdk as well (#69137)

    openjdk8: add `setJavaClassPath`-hook to jdk as well
    Mic92 committed Sep 21, 2019
    Copy the full SHA
    ae07f6c View commit details
    Browse the repository at this point in the history