nixpkgs/pkgs/development/ruby-modules/gem
Justin Humm eb9293e4d8
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.
2019-04-03 16:59:53 +02:00
..
default.nix ruby-modules/gem: fix path to git checkout 2019-04-03 16:59:53 +02:00
gem-post-build.rb buildRubyGem: don't set the GEM_HOME 2016-08-23 09:30:49 +01:00
nix-bundle-install.rb ruby-modules: Add new url source type 2018-01-04 07:54:30 -08:00