missing dep for strategoshell

svn path=/nixpkgs/trunk/; revision=18680
This commit is contained in:
Rob Vermaas 2009-11-27 20:31:12 +00:00
parent 56808c21ff
commit 48717cfa4f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, aterm, pkgconfig, getopt, jdk, readline}:
{stdenv, fetchurl, aterm, pkgconfig, getopt, jdk, readline, ncurses}:
rec {
@ -51,7 +51,7 @@ rec {
sha256 = "0q21vks9gaw9v4rxz90wb0pxzb19l7gwi4nbjvk4zb1imdk7znck";
};
buildInputs = [pkgconfig aterm sdf strategoxt getopt];
buildInputs = [pkgconfig aterm sdf strategoxt getopt readline ncurses];
meta = {
homepage = http://strategoxt.org/;

View File

@ -2122,7 +2122,7 @@ let
};
strategoPackages017 = import ../development/compilers/strategoxt/0.17.nix {
inherit fetchurl stdenv pkgconfig aterm getopt jdk;
inherit fetchurl stdenv pkgconfig aterm getopt jdk ncurses;
readline = readline5;
};