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-11-04 19:20:51 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2005-11-04 19:20:51 +0000
commit9da2209bf05e4854d699e1c9522ccb122ec81365 (patch)
tree0fd52749f1f8eab80484092e2f1f67577b5d79ba /pkgs/system/all-packages-generic.nix
parentda8e7be8b12709d0ad154c8daad01fbc2922b6b2 (diff)
downloadnixpkgs-9da2209bf05e4854d699e1c9522ccb122ec81365.tar
nixpkgs-9da2209bf05e4854d699e1c9522ccb122ec81365.tar.gz
nixpkgs-9da2209bf05e4854d699e1c9522ccb122ec81365.tar.bz2
nixpkgs-9da2209bf05e4854d699e1c9522ccb122ec81365.tar.lz
nixpkgs-9da2209bf05e4854d699e1c9522ccb122ec81365.tar.xz
nixpkgs-9da2209bf05e4854d699e1c9522ccb122ec81365.tar.zst
nixpkgs-9da2209bf05e4854d699e1c9522ccb122ec81365.zip
Update of strategoxt-utils
svn path=/nixpkgs/trunk/; revision=4236
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 41166c6c860..e57cbed3db9 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -552,11 +552,7 @@ rec {
   };
 
   strategoxtUtils = (import ../development/compilers/strategoxt/utils) {
-    inherit fetchurl pkgconfig stdenv sdf strategoxt;
-
-    aterm = (import ../development/libraries/aterm/aterm-2.3.1.nix) {
-      inherit fetchurl stdenv;
-    };
+    inherit fetchurl pkgconfig stdenv aterm sdf strategoxt;
   };
 
   bibtextools = (import ../tools/typesetting/bibtex-tools) {