texlive.bin: Fix duplicate patch definition

Changed files
+2 -2
pkgs
tools
typesetting
tex
texlive
+2 -2
pkgs/tools/typesetting/tex/texlive/bin.nix
···
core-big = stdenv.mkDerivation { #TODO: upmendex
name = "texlive-core-big.bin-${version}";
-
inherit (common) src patches;
+
inherit (common) src;
hardeningDisable = [ "format" ];
···
# 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 = ":";