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

Commits on Jul 24, 2020

  1. writers.writePython2 and writePython3: use "bare" python if no deps a…

    …re needed
    
    `python.withPackages` has a runtime dependecy on bash since it's wrapped with
    `makeWrapper`. This fix avoids bash as runtime dependency when it's not
    needed.
    
    as discussed here: #93609 (comment)
    adrian-gierakowski committed Jul 24, 2020
    1
    Copy the full SHA
    76437a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Merge pull request #93758 from adrian-gierakowski/improve-writers.wri…

    …tePython
    
    writers.writePython2 and writePython3: use "bare" python if no deps are needed
    Lassulus committed Jul 25, 2020
    Copy the full SHA
    a2ba53f View commit details
    Browse the repository at this point in the history