mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nano: Default to having nls support
This commit is contained in:
parent
9ec9e01958
commit
5fab3e266e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl
|
||||
, ncurses
|
||||
, gettext ? null
|
||||
, enableNls ? false
|
||||
, enableNls ? true
|
||||
, enableTiny ? false
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue