Skip to content

Commit 1ad37a8

Browse files
committedMar 1, 2018
texlive.bin: Fix duplicate patch definition
1 parent fbd90af commit 1ad37a8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ inherit (core-big) metafont metapost luatex xetex;
161161
core-big = stdenv.mkDerivation { #TODO: upmendex
162162
name = "texlive-core-big.bin-${version}";
163163

164-
inherit (common) src patches;
164+
inherit (common) src;
165165

166166
hardeningDisable = [ "format" ];
167167

@@ -176,7 +176,7 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
176176
# http://tex.stackexchange.com/questions/97999/when-to-use-luajittex-in-favour-of-luatex
177177
];
178178

179-
patches = [ ./luatex-gcc7.patch ];
179+
patches = common.patches ++ [ ./luatex-gcc7.patch ];
180180

181181
configureScript = ":";
182182

0 commit comments

Comments
 (0)
Please sign in to comment.