Made suggested changes to nkf package

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