svn path=/nixpkgs/trunk/; revision=4911

This commit is contained in:
Martin Bravenboer 2006-02-25 01:13:01 +00:00
parent 06b5fa3519
commit f873f1a9ed

View File

@ -2111,7 +2111,7 @@ rec {
inherit plugins; inherit plugins;
}; };
spoofax = (import ../applications/editors/eclipse/plugins/sp) { spoofax = (import ../applications/editors/eclipse/plugins/spoofax) {
inherit fetchurl stdenv; inherit fetchurl stdenv;
}; };