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: 29332b43ea18
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3cafb672b21a
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 5, 2017

  1. eclipse: add aliases for "latest" versions

    Add aliases like "eclipse-cpp = eclipse-cpp-46" so that user
    configurations can point to "eclipse-cpp" and have it not regularly
    break as nixpkgs is updated.
    
    (cherry picked from commit 81de551)
    bjornfor committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    a9d2aaa View commit details
    Browse the repository at this point in the history
  2. eclipse: import builder instead of callPackage

    Switched from callPackage to import so that dependencies are passed
    instead of being grabbed from pkgs.
    
    [Bjørn: wrap overlong line.]
    
    (cherry picked from commit 7582da5)
    zraexy authored and bjornfor committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    9bc2992 View commit details
    Browse the repository at this point in the history
  3. eclipse: Do not use webkitgtk2 by default

    Tell callPackage to not include webkitgtk2 due to the fact that it has
    multiple vulnerabilities.
    
    (cherry picked from commit 49ea0e2)
    zraexy authored and bjornfor committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    3cafb67 View commit details
    Browse the repository at this point in the history