mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
emacs-auctex: 11.87.7 -> 11.89
Uses generated package from ELPA.
This commit is contained in:
parent
d40e9bed15
commit
e01a41aee1
@ -235,23 +235,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
auctex = melpaBuild rec {
|
||||
pname = "auctex";
|
||||
version = "11.87.7";
|
||||
src = fetchurl {
|
||||
url = "http://elpa.gnu.org/packages/${pname}-${version}.tar";
|
||||
sha256 = "07bhw8zc3d1f2basjy80njmxpsp4f70kg3ynkch9ghlai3mm2b7n";
|
||||
};
|
||||
buildPhase = ''
|
||||
cp $src ${pname}-${version}.tar
|
||||
'';
|
||||
meta = {
|
||||
description = "Extensible package for writing and formatting TeX files in GNU Emacs and XEmacs";
|
||||
homepage = https://www.gnu.org/software/auctex/;
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
autotetris = melpaBuild {
|
||||
pname = "autotetris-mode";
|
||||
version = "20141114.846";
|
||||
|
Loading…
Reference in New Issue
Block a user