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.mkDerivation {
|
||||
name = "sdf2-2.0.1";
|
||||
name = "sdf2-bundle-2.2";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-2.0.1.tar.gz;
|
||||
md5 = "ceba34dc8e53fba04ad3be73627f0a20";
|
||||
url = ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-2.2.tar.gz;
|
||||
md5 = "995a1739134615b60b1fe796d6c9d0e6";
|
||||
};
|
||||
buildInputs = [aterm];
|
||||
propagatedBuildInputs = [getopt];
|
||||
|
@ -31,6 +31,7 @@ let {
|
||||
flexnew
|
||||
gccWrapped
|
||||
aterm
|
||||
sdf2_bundle
|
||||
strategoxt
|
||||
xdoc
|
||||
# ghc
|
||||
|
Loading…
Reference in New Issue
Block a user