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: 00b44dcb01dd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d6a202f1628a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 18, 2018

  1. openjdk: fix build for !enableGnome2

    This OpenJDK packaging has a headless build configuration controlled by
    the `minimal` flag, which is regularly build-tested by Hydra, and a
    non-headless configuration based on pure Xlib libraries without Gnome
    features, which is not normally tested.
    
    Sometime before OpenJDK 8, the !enableGnome2 case broke, because it
    needs to link against libXrandr but that wasn't included in the
    buildInputs.
    
    If this patch is backported to NixOS 18.03 or earlier, the same fix
    needs to be applied to OpenJDK 9.
    
    I have tested OpenJDK versions 8, 9, and 10, but not any other versions.
    jameysharp committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    f1c3a61 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Merge pull request #42187 from jameysharp/jdk-without-gnome

    openjdk: fix build for !enableGnome2
    matthewbauer committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    d6a202f View commit details
    Browse the repository at this point in the history