Added sglr

svn path=/nixpkgs/trunk/; revision=707
This commit is contained in:
Martin Bravenboer
2004-01-22 19:09:49 +00:00
parent 362cba8ada
commit 4c14c369fe
5 changed files with 32 additions and 2 deletions

View File

@@ -261,6 +261,14 @@
toolbuslib = toolbuslib_0_5_1;
};
sglr_3_10_2 = (import ../development/tools/parsing/sglr/sglr-3.10.2.nix) {
fetchurl = fetchurl;
stdenv = stdenv;
aterm = aterm_2_0_5;
toolbuslib = toolbuslib_0_5_1;
ptsupport = pt_support_1_0;
};
strategoxt = (import ../development/compilers/strategoxt) {
fetchurl = fetchurl;
stdenv = stdenv;