ruby treewide: don't merge source into top-level

Keep the `source` attrset distinct to prevent its entries from merging
with the top level attrs.
Since each type of source has a different set of entries for `source`,
this is the easiest way to keep them together.
This will pave the way for a new `url` type of source.

This is a mass-rebuild of many ruby packages,
notably those using `git` type sources.
This commit is contained in:
Aneesh Agrawal
2017-10-05 04:10:57 -04:00
parent 8686b98612
commit 36f1bcbeb8
8 changed files with 20 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ buildRubyGem rec {
name = "${gemName}-${version}";
gemName = "gist";
version = "4.6.1";
sha256 = "16qvmn7syvcf4lnblngzvq8xynvb62h1xhfc7xfb0c1sjh166hff";
source.sha256 = "16qvmn7syvcf4lnblngzvq8xynvb62h1xhfc7xfb0c1sjh166hff";
buildInputs = [ makeWrapper ];