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: db59e9405948
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 62e680cdcf40
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 17, 2019

  1. ruby-modules: parse build_flags correctly:

    In building a gem whose native extension is a Rakefile, the previous
    version of this code will call essentially `rake ""`, when it means to
    call `rake`.
    
    This change converts `""` into `[]` rather than `[""]`.
    burke authored and alyssais committed Dec 17, 2019
    Copy the full SHA
    62e680c View commit details
    Browse the repository at this point in the history