Ruby should work on all platforms

svn path=/nixpkgs/trunk/; revision=30842
This commit is contained in:
Shea Levy 2011-12-11 22:01:20 +00:00
parent f06abc04c5
commit 1f115a37a5

View file

@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
license = "Ruby";
homepage = "http://www.ruby-lang.org/en/";
description = "The Ruby language";
platforms = stdenv.lib.platforms.all;
};
passthru = rec {