changed tex dependency of auctex from tetex to texLive

svn path=/nixpkgs/trunk/; revision=11282
This commit is contained in:
Tobias Hammerschmidt 2008-03-25 11:33:20 +00:00
parent 1c36a32ce7
commit 402126b350
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs, tetex }: { stdenv, fetchurl, emacs, texLive }:
stdenv.mkDerivation ( rec { stdenv.mkDerivation ( rec {
pname = "auctex"; pname = "auctex";
@ -15,7 +15,7 @@ stdenv.mkDerivation ( rec {
sha256 = "aebbea00431f8fd1e6be6519d9cc28e974942000737f956027da2c952a6d304e"; sha256 = "aebbea00431f8fd1e6be6519d9cc28e974942000737f956027da2c952a6d304e";
}; };
buildInputs = [ emacs tetex ]; buildInputs = [ emacs texLive ];
configureFlags = [ configureFlags = [
"--with-lispdir=\${out}/emacs/site-lisp" "--with-lispdir=\${out}/emacs/site-lisp"

View File

@ -5953,7 +5953,7 @@ let pkgs = rec {
}; };
auctex = import ../misc/tex/auctex { auctex = import ../misc/tex/auctex {
inherit stdenv fetchurl emacs tetex; inherit stdenv fetchurl emacs texLive;
}; };
busybox = import ../misc/busybox { busybox = import ../misc/busybox {