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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 93e5d99592ce
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 03a818a6f8b8
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 15, 2021

  1. openjdk: build with empty pre-version (#108994)

    Some applications, like the Jetbrains IDEs, check for a suffix to
    determine if a stable JDK is used.
    This flag was already passed for older versions, but it got lost for
    OpenJDK 14+.
    Milan authored Jan 15, 2021
    1
    Copy the full SHA
    03a818a View commit details
Showing with 2 additions and 0 deletions.
  1. +1 −0 pkgs/development/compilers/openjdk/14.nix
  2. +1 −0 pkgs/development/compilers/openjdk/default.nix
1 change: 1 addition & 0 deletions pkgs/development/compilers/openjdk/14.nix
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ let

configureFlags = [
"--with-boot-jdk=${openjdk14-bootstrap.home}"
"--with-version-pre="
"--enable-unlimited-crypto"
"--with-native-debug-symbols=internal"
"--with-libjpeg=system"
1 change: 1 addition & 0 deletions pkgs/development/compilers/openjdk/default.nix
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ let

configureFlags = [
"--with-boot-jdk=${openjdk15-bootstrap.home}"
"--with-version-pre="
"--enable-unlimited-crypto"
"--with-native-debug-symbols=internal"
"--with-libjpeg=system"