ruby: boy scout cleanups
This commit is contained in:
parent
00829717e8
commit
01a6878bb1
@ -151,12 +151,12 @@ let
|
|||||||
sed -i "s|'--with-baseruby=${baseruby}/bin/ruby'||" $rbConfig
|
sed -i "s|'--with-baseruby=${baseruby}/bin/ruby'||" $rbConfig
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
license = stdenv.lib.licenses.ruby;
|
|
||||||
homepage = http://www.ruby-lang.org/en/;
|
|
||||||
description = "The Ruby language";
|
description = "The Ruby language";
|
||||||
maintainers = with stdenv.lib.maintainers; [ vrthra manveru ];
|
homepage = http://www.ruby-lang.org/en/;
|
||||||
platforms = stdenv.lib.platforms.all;
|
license = licenses.ruby;
|
||||||
|
maintainers = with maintainers; [ vrthra manveru ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = rec {
|
passthru = rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user