changed tex dependency of auctex from tetex to texLive
svn path=/nixpkgs/trunk/; revision=11282
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user