mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
texinfo: cleanup with a mass rebuild
This commit is contained in:
parent
ed10043f75
commit
2067b2a524
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user