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: 42b5c7e994c8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4a2621da5370
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 23, 2019

  1. python.pkgs.wrapPython: fix makeWrapperArgs

    When `makeWrapperArgs` is a Bash array, we only passed the first
    item to `wrapProgram`. We need to use `"${makeWrapperArgs[@]}"`
    to extract all the items. But that breaks the common string case so
    we need to handle that case separately.
    jtojnar committed Dec 23, 2019
    Copy the full SHA
    b063340 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Merge pull request #76283 from jtojnar/python-mwa

    python.pkgs.wrapPython: fix makeWrapperArgs
    worldofpeace committed Dec 27, 2019
    Copy the full SHA
    4a2621d View commit details
    Browse the repository at this point in the history