Skip to content

Commit 60c2175

Browse files
authored
Merge pull request #331543 from leonschoorl/fix-texlive-src-urls
texlive.bin: update src urls
2 parents 6a0cd4d + 9036ede commit 60c2175

File tree

1 file changed

+6
-2
lines changed
  • pkgs/tools/typesetting/tex/texlive

1 file changed

+6
-2
lines changed

pkgs/tools/typesetting/tex/texlive/bin.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ core-big = stdenv.mkDerivation {
239239
# to the version vendored by texlive (2.1.0-beta3)
240240
(fetchpatch {
241241
name = "luajit-fix-aarch64-linux.patch";
242-
url = "https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/LuaJIT/patches/e9af1abec542e6f9851ff2368e7f196b6382a44c.patch";
242+
url = "https://raw.githubusercontent.com/void-linux/void-packages/30253fbfc22cd93d97ec53df323778a3aab82754/srcpkgs/LuaJIT/patches/e9af1abec542e6f9851ff2368e7f196b6382a44c.patch";
243243
hash = "sha256-ysSZmfpfCFMukfHmIqwofAZux1e2kEq/37lfqp7HoWo=";
244244
stripLen = 1;
245245
extraPrefix = "libs/luajit/LuaJIT-src/";
@@ -320,7 +320,11 @@ context = stdenv.mkDerivation rec {
320320
version = "2.10.08";
321321

322322
src = fetchurl {
323-
url = "https://tug.org/svn/texlive/trunk/Master/source/luametatex-${version}.tar.xz?revision=67034&view=co";
323+
url = "https://tug.org/svn/texlive/trunk/Master/source/luametatex-${version}.tar.xz?pathrev=67034&view=co";
324+
# keep the name the same, to avoid rebuilds now
325+
name = "luametatex-${version}.tar.xz?revision=67034&view=co";
326+
# when bumping the version this should probably be changed to:
327+
# name = "luametatex-${version}.tar.xz";
324328
hash = "sha256-3JeOUQ63jJOZWTxFCoyWjfcrspmdmC/yqgS1JaLfTWk=";
325329
};
326330

0 commit comments

Comments
 (0)