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 13:39:32 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2005-11-04 13:39:32 +0000
commitda8e7be8b12709d0ad154c8daad01fbc2922b6b2 (patch)
tree6492c8afd58372eb549207d6b3d1e703c7befb09 /pkgs/system/all-packages-generic.nix
parent50a2b624f75f3ca5959d7467fed429c72fcdd0bc (diff)
downloadnixpkgs-da8e7be8b12709d0ad154c8daad01fbc2922b6b2.tar
nixpkgs-da8e7be8b12709d0ad154c8daad01fbc2922b6b2.tar.gz
nixpkgs-da8e7be8b12709d0ad154c8daad01fbc2922b6b2.tar.bz2
nixpkgs-da8e7be8b12709d0ad154c8daad01fbc2922b6b2.tar.lz
nixpkgs-da8e7be8b12709d0ad154c8daad01fbc2922b6b2.tar.xz
nixpkgs-da8e7be8b12709d0ad154c8daad01fbc2922b6b2.tar.zst
nixpkgs-da8e7be8b12709d0ad154c8daad01fbc2922b6b2.zip
fix
svn path=/nixpkgs/trunk/; revision=4224
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 03be8fb0701..41166c6c860 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -560,8 +560,7 @@ rec {
   };
 
   bibtextools = (import ../tools/typesetting/bibtex-tools) {
-    inherit fetchurl stdenv aterm tetex hevea sdf;
-    strategoxt = strategoxt_unstable;
+    inherit fetchurl stdenv aterm tetex hevea sdf strategoxt;
   };
 
   ghcboot = (import ../development/compilers/ghc/boot.nix) {