fix provided by Tobias Hammerschmidt to make it compile again
svn path=/nixpkgs/trunk/; revision=9862
This commit is contained in:
parent
41ecc6941b
commit
9948a92f69
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, emacs, tetex }:
|
{ stdenv, fetchurl, emacs, tetex }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "auctex-11.84";
|
name = "auctex-11.84";
|
||||||
meta = {
|
meta = {
|
||||||
@ -10,5 +10,6 @@ stdenv.mkDerivation {
|
|||||||
url = http://ftp.gnu.org/pub/gnu/auctex/auctex-11.84.tar.gz;
|
url = http://ftp.gnu.org/pub/gnu/auctex/auctex-11.84.tar.gz;
|
||||||
md5 = "73970c51221524442c11cde13d0584e9";
|
md5 = "73970c51221524442c11cde13d0584e9";
|
||||||
};
|
};
|
||||||
|
configureFlags="--with-lispdir=\${out}/emacs/site-lisp --disable-preview";
|
||||||
buildInputs = [ emacs tetex ];
|
buildInputs = [ emacs tetex ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user