mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
zip: disable nls patch by default.
This patch breaks zip -y (symlinks are turned into regular files). See https://bugs.gentoo.org/show_bug.cgi?id=571676#c4
This commit is contained in:
parent
49f55ebf97
commit
71a4d36983
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, enableNLS ? true, libnatspec ? null, libiconv }:
|
||||
{ stdenv, fetchurl, enableNLS ? false, libnatspec ? null, libiconv }:
|
||||
|
||||
assert enableNLS -> libnatspec != null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue