fix regressions where "${repo}-${rev}-scr" pattern was hardcoded

This commit is contained in:
Volth
2017-07-04 20:22:13 +00:00
parent 535a6c3520
commit b935b21ffd
4 changed files with 4 additions and 4 deletions
@@ -59,7 +59,7 @@ let
srcs = [ rubySrc rubygemsSrc ];
sourceRoot =
if useRailsExpress then
"ruby-${tag}-src"
rubySrc.name
else
unpackdir rubySrc;