3
0
Fork 0
forked from mirrors/nixpkgs

texinfo: cleanup with a mass rebuild

This commit is contained in:
Jan Malakhovski 2018-09-05 00:28:02 +00:00
parent ed10043f75
commit 2067b2a524

View file

@ -17,8 +17,7 @@ stdenv.mkDerivation rec {
inherit sha256;
};
# TODO: fix on mass rebuild
${if interactive then "patches" else null} = optional (version == "6.5") ./perl.patch;
patches = optional (version == "6.5") ./perl.patch;
# We need a native compiler to build perl XS extensions
# when cross-compiling.