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: 650d8c93a163
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 59ddb3ebfbe4
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 3, 2018

  1. openjdk10: gtk2 -> gtk3

    http://openjdk.java.net/jeps/283 "Enable GTK 3 on Linux" was included
    in OpenJDK 9.
    
    nothing else currently in nixpkgs is using 10, so this just lets us
    establish a good baseline as things are ported onto it.  if needed,
    the build could be parameterized so that any packages that turn out to
    need gtk2 could still use it.
    jerith666 committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    2bd7c3a View commit details
    Browse the repository at this point in the history
  2. eclipse: jdk8 -> jdk10

    in combination with the parent commit that makes jdk10 use gtk3, this
    lets us get onto a current webkitgtk.
    
    since the current version of webkitgtk is still receiving security
    updates, this also reverts 49ea0e2
    "eclipse: Do not use webkitgtk2 by default".
    jerith666 committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    cb66a74 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Merge pull request #38397 from jerith666/eclipse-jdk10-gtk3

    Update OpenJDK 10 and Eclipse to GTK 3
    NeQuissimus committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    59ddb3e View commit details
    Browse the repository at this point in the history