texlive.bin: Fix duplicate patch definition

This commit is contained in:
Shea Levy 2018-02-28 19:22:29 -05:00
parent fbd90af010
commit 1ad37a8c6e
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -161,7 +161,7 @@ inherit (core-big) metafont metapost luatex xetex;
core-big = stdenv.mkDerivation { #TODO: upmendex
name = "texlive-core-big.bin-${version}";
inherit (common) src patches;
inherit (common) src;
hardeningDisable = [ "format" ];
@ -176,7 +176,7 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
# http://tex.stackexchange.com/questions/97999/when-to-use-luajittex-in-favour-of-luatex
];
patches = [ ./luatex-gcc7.patch ];
patches = common.patches ++ [ ./luatex-gcc7.patch ];
configureScript = ":";