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

ruby-modules/gem: fix path to git checkout
This commit is contained in:
Ryan Mulligan 2019-04-07 14:53:37 -07:00 committed by GitHub
commit 488ecd6636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ stdenv.mkDerivation ((builtins.removeAttrs attrs ["source"]) // {
'${version}' \
'${lib.escapeShellArgs buildFlags}' \
'${attrs.source.url}' \
'${src}' \
'.' \
'${attrs.source.rev}'
''}