File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
pkgs/tools/typesetting/tex/texlive Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments