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: 609d40897036
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 65b1948be2f9
Choose a head ref
  • 9 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 18, 2019

  1. Copy the full SHA
    5c0d493 View commit details
    Browse the repository at this point in the history
  2. python: allow stripping IDLE

    flokli committed Aug 18, 2019
    Copy the full SHA
    414cde4 View commit details
    Browse the repository at this point in the history
  3. python: allow stripping tests

    flokli committed Aug 18, 2019
    Copy the full SHA
    d03283c View commit details
    Browse the repository at this point in the history
  4. python: allow stripping config

    flokli committed Aug 18, 2019
    Copy the full SHA
    8335f3d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    52fcbbf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    db087f2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    100eae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. python3Minimal: Add top-level for a minimal Python 3 build

    This builds Python without optional dependencies.
    
    We can't just use python3.override, as things like
    python3Minimal.withPackages would pass the wrong python derivation into
    these modules.
    adisbladis authored and flokli committed Aug 21, 2019
    Copy the full SHA
    99e6ca2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66762 from adisbladis/python-minimal

    python3Minimal: Add top-level for a minimal Python 3 build
    flokli committed Aug 21, 2019
    Copy the full SHA
    65b1948 View commit details
    Browse the repository at this point in the history