auctex: 12.1 -> 12.2
This commit is contained in:
parent
3e938541da
commit
289aacbf8c
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, emacs, texlive, ghostscript }:
|
{ stdenv, fetchurl, emacs, texlive, ghostscript }:
|
||||||
|
|
||||||
let auctex = stdenv.mkDerivation ( rec {
|
let auctex = stdenv.mkDerivation ( rec {
|
||||||
version = "12.1";
|
version = "12.2";
|
||||||
|
|
||||||
# Make this a valid tex(live-new) package;
|
# Make this a valid tex(live-new) package;
|
||||||
# the pkgs attribute is provided with a hack below.
|
# the pkgs attribute is provided with a hack below.
|
||||||
@ -13,7 +13,7 @@ let auctex = stdenv.mkDerivation ( rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
|
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1d2x59jw42hr81fma195bniqyhvp5ig5q0xmywbkcy59f16wlp69";
|
sha256 = "14vqs08mkfzc91jg7kabs9sdn74vywj8a29gyrfa3ivnm9c7jrsr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs texlive.combined.scheme-basic ghostscript ];
|
buildInputs = [ emacs texlive.combined.scheme-basic ghostscript ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user