summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/editors/nano/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix
index 84c1a79591bc..3e777207fd02 100644
--- a/pkgs/applications/editors/nano/default.nix
+++ b/pkgs/applications/editors/nano/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl
 , ncurses
 , gettext ? null
-, enableNls ? false
+, enableNls ? true
 , enableTiny ? false
 }: