Build ruby with ncurses and readline
svn path=/nixpkgs/trunk/; revision=5292
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl}:
|
||||
{stdenv, fetchurl, ncurses, readline}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ruby-1.8.4";
|
||||
@@ -6,4 +6,6 @@ stdenv.mkDerivation {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/ruby-1.8.4.tar.gz;
|
||||
md5 = "bd8c2e593e1fa4b01fd98eaf016329bb";
|
||||
};
|
||||
|
||||
buildInputs = [ncurses readline];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user