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: ebb7c53751e4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dc488634d96c
Choose a head ref
  • 5 commits
  • 68 files changed
  • 2 contributors

Commits on Apr 30, 2018

  1. tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux

    "platforms.gnu" has been linux-only since at least 17.03:
    
    $ nix eval -f channel:nixos-17.03 lib.platforms.gnu
    [ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ]
    
    Unlike platforms.linux, platforms.gnu indicates "must use glibc"
    which for the most part is not intended.
    
    Replacing platforms.gnu with platforms.linux would be the same "today"
    but let's err on preserving existing behavior and be optimistic
    about platforms these packages work on.
    dtzWill committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    855e046 View commit details
    Browse the repository at this point in the history
  2. treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux

    Include all linux platforms.
    dtzWill committed Apr 30, 2018
    1 Configuration menu
    Copy the full SHA
    4b7b083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bbac8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bde5ab View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Merge pull request #39773 from dtzWill/feature/platforms-musl-too

    treewide: platforms.gnu -> gnu ++ linux, allow using musl
    dtzWill committed May 1, 2018
    Configuration menu
    Copy the full SHA
    dc48863 View commit details
    Browse the repository at this point in the history