Upgraded the sdf2-bundle to 2.2 and added it package to populate-cache.
svn path=/nixpkgs/trunk/; revision=1700
This commit is contained in:
parent
90fc1d314c
commit
60c13a4e71
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, aterm, getopt}:
|
{stdenv, fetchurl, aterm, getopt}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sdf2-2.0.1";
|
name = "sdf2-bundle-2.2";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-2.0.1.tar.gz;
|
url = ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-2.2.tar.gz;
|
||||||
md5 = "ceba34dc8e53fba04ad3be73627f0a20";
|
md5 = "995a1739134615b60b1fe796d6c9d0e6";
|
||||||
};
|
};
|
||||||
buildInputs = [aterm];
|
buildInputs = [aterm];
|
||||||
propagatedBuildInputs = [getopt];
|
propagatedBuildInputs = [getopt];
|
||||||
|
@ -31,6 +31,7 @@ let {
|
|||||||
flexnew
|
flexnew
|
||||||
gccWrapped
|
gccWrapped
|
||||||
aterm
|
aterm
|
||||||
|
sdf2_bundle
|
||||||
strategoxt
|
strategoxt
|
||||||
xdoc
|
xdoc
|
||||||
# ghc
|
# ghc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user