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>2005-01-14 21:26:18 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2005-01-14 21:26:18 +0000
commita1f2fad0fe655b128631a9b6e3bff887bf66af21 (patch)
treef40edb0ddd6db41acb6bca3d9e9f25b6e0230f75 /pkgs/system/all-packages-generic.nix
parentc8c0c50eb27365485675b004ea3299c011dd7599 (diff)
downloadnixpkgs-a1f2fad0fe655b128631a9b6e3bff887bf66af21.tar
nixpkgs-a1f2fad0fe655b128631a9b6e3bff887bf66af21.tar.gz
nixpkgs-a1f2fad0fe655b128631a9b6e3bff887bf66af21.tar.bz2
nixpkgs-a1f2fad0fe655b128631a9b6e3bff887bf66af21.tar.lz
nixpkgs-a1f2fad0fe655b128631a9b6e3bff887bf66af21.tar.xz
nixpkgs-a1f2fad0fe655b128631a9b6e3bff887bf66af21.tar.zst
nixpkgs-a1f2fad0fe655b128631a9b6e3bff887bf66af21.zip
Added StrategoXT 0.13. StrategoXT 0.12 is still available
svn path=/nixpkgs/trunk/; revision=2039
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index a26020c6677..ab07b512e79 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -386,6 +386,11 @@ rec {
     sdf = sdf_23;
   };
 
+  strategoxt_012 = (import ../development/compilers/strategoxt/strategoxt-0.12.nix) { 
+    inherit fetchurl stdenv aterm;
+    sdf = sdf_22;
+  };
+
   bibtextools = (import ../tools/typesetting/bibtex-tools) {
     inherit fetchurl stdenv aterm strategoxt hevea;
     sdf = sdf_23;