mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +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;
|
assert enableNLS -> libnatspec != null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user