We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent fbd90af commit 1ad37a8Copy full SHA for 1ad37a8
pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -161,7 +161,7 @@ inherit (core-big) metafont metapost luatex xetex;
161
core-big = stdenv.mkDerivation { #TODO: upmendex
162
name = "texlive-core-big.bin-${version}";
163
164
- inherit (common) src patches;
+ inherit (common) src;
165
166
hardeningDisable = [ "format" ];
167
@@ -176,7 +176,7 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
176
# http://tex.stackexchange.com/questions/97999/when-to-use-luajittex-in-favour-of-luatex
177
];
178
179
- patches = [ ./luatex-gcc7.patch ];
+ patches = common.patches ++ [ ./luatex-gcc7.patch ];
180
181
configureScript = ":";
182
0 commit comments