Made suggested changes to nkf package

+2 -1
+2 -1
pkgs/tools/text/nkf/default.nix
··· 12 12 makeFlags = "prefix=\${out}"; 13 13 14 14 meta = { 15 - description = "tool for converting encoding of Japanese text"; 15 + description = "Tool for converting encoding of Japanese text"; 16 16 homepage = "http://sourceforge.jp/projects/nkf/"; 17 17 license = stdenv.lib.licenses.zlib; 18 + platforms = stdenv.lib.platforms.unix; 18 19 maintainers = [ stdenv.lib.maintainers.auntie ]; 19 20 }; 20 21 }