changed tex dependency of auctex from tetex to texLive
svn path=/nixpkgs/trunk/; revision=11282
This commit is contained in:
parent
1c36a32ce7
commit
402126b350
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, emacs, tetex }:
|
||||
{ stdenv, fetchurl, emacs, texLive }:
|
||||
|
||||
stdenv.mkDerivation ( rec {
|
||||
pname = "auctex";
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation ( rec {
|
||||
sha256 = "aebbea00431f8fd1e6be6519d9cc28e974942000737f956027da2c952a6d304e";
|
||||
};
|
||||
|
||||
buildInputs = [ emacs tetex ];
|
||||
buildInputs = [ emacs texLive ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-lispdir=\${out}/emacs/site-lisp"
|
||||
|
@ -5953,7 +5953,7 @@ let pkgs = rec {
|
||||
};
|
||||
|
||||
auctex = import ../misc/tex/auctex {
|
||||
inherit stdenv fetchurl emacs tetex;
|
||||
inherit stdenv fetchurl emacs texLive;
|
||||
};
|
||||
|
||||
busybox = import ../misc/busybox {
|
||||
|
Loading…
Reference in New Issue
Block a user