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: a750496f5677
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 488ecd6636b8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 3, 2019

  1. ruby-modules/gem: fix path to git checkout

    In case of the gem type 'git', nix-bundle-install.rb was called with
    wrong path to the git checkout.
    
    ${src} does contain the sources, but not the newly generated .git dir,
    which is created in the buildPhase of pkgs/development/ruby-modules/gem/default.nix
    
    In some rare cases, this .git dir is needed at installPhase.
    erictapen committed Apr 3, 2019
    Copy the full SHA
    eb9293e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Merge pull request #58940 from erictapen/ruby-gem-src-fix

    ruby-modules/gem: fix path to git checkout
    ryantm committed Apr 7, 2019
    Copy the full SHA
    488ecd6 View commit details
    Browse the repository at this point in the history