Merge pull request #270810 from linj-fork/pr/bump-auctex

auctex: 12.3 -> 13.2
This commit is contained in:
Weijia Wang 2023-12-01 09:23:03 +01:00 committed by GitHub
commit 7401c185dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@ let auctex = stdenv.mkDerivation ( rec {
# Make this a valid tex(live-new) package;
# the pkgs attribute is provided with a hack below.
pname = "auctex";
version = "12.3";
version = "13.2";
tlType = "run";
outputs = [ "out" "tex" ];
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-L9T+MLaUV8knf+IE0+g8hHK89QDI/kqBDXREBhdMqd0=";
hash = "sha256-Hn5AKrz4RmlOuncZklvwlcI+8zpeZgIgHHS2ymCUQDU=";
};
buildInputs = [
@ -22,6 +22,7 @@ let auctex = stdenv.mkDerivation ( rec {
preConfigure = ''
mkdir -p "$tex"
export HOME=$(mktemp -d)
'';
configureFlags = [