summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2006-02-25 01:13:01 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2006-02-25 01:13:01 +0000
commitf873f1a9ed10a323c935f8f1f395245ee6568213 (patch)
tree357e0d43ad3c1ccdb2af3748c97d878b988dcf1d /pkgs/system/all-packages-generic.nix
parent06b5fa35193ff6ea7bf4d60a13eeac3052de742c (diff)
downloadnixpkgs-f873f1a9ed10a323c935f8f1f395245ee6568213.tar
nixpkgs-f873f1a9ed10a323c935f8f1f395245ee6568213.tar.gz
nixpkgs-f873f1a9ed10a323c935f8f1f395245ee6568213.tar.bz2
nixpkgs-f873f1a9ed10a323c935f8f1f395245ee6568213.tar.lz
nixpkgs-f873f1a9ed10a323c935f8f1f395245ee6568213.tar.xz
nixpkgs-f873f1a9ed10a323c935f8f1f395245ee6568213.tar.zst
nixpkgs-f873f1a9ed10a323c935f8f1f395245ee6568213.zip
svn path=/nixpkgs/trunk/; revision=4911
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };