From f873f1a9ed10a323c935f8f1f395245ee6568213 Mon Sep 17 00:00:00 2001 From: Martin Bravenboer Date: Sat, 25 Feb 2006 01:13:01 +0000 Subject: [PATCH] svn path=/nixpkgs/trunk/; revision=4911 --- pkgs/system/all-packages-generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index f8824372216..4a4f368e17b 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -2111,7 +2111,7 @@ rec { inherit plugins; }; - spoofax = (import ../applications/editors/eclipse/plugins/sp) { + spoofax = (import ../applications/editors/eclipse/plugins/spoofax) { inherit fetchurl stdenv; };