Removed ancient SDF versions

svn path=/nixpkgs/trunk/; revision=1941
This commit is contained in:
Martin Bravenboer 2004-12-23 21:25:07 +00:00
parent e75a0bb1b8
commit 76991ac2df

View File

@ -512,14 +512,6 @@ rec {
inherit fetchurl stdenv getopt aterm;
};
sdf_21 = (import ../development/tools/parsing/sdf2/bundle-2.1.nix) {
inherit fetchurl stdenv getopt aterm;
};
sdf_20 = (import ../development/tools/parsing/sdf2/bundle-2.0.nix) {
inherit fetchurl stdenv getopt aterm;
};
sdf2_bundle = (import ../development/tools/parsing/sdf2-bundle) {
inherit fetchurl stdenv aterm getopt;
};