summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorJonathan Glines <auntieNeo@gmail.com>2015-02-21 14:35:01 -0700
committerJonathan Glines <auntieNeo@gmail.com>2015-02-21 14:35:01 -0700
commit3bfbed7535ba05507e3b9ba4607416850bcbdabe (patch)
tree0671e71bfb34017c43d25fd5514b7d5fd5251db3 /pkgs/tools/text
parent30061d39711d13b04264b717af0b896f3bb5e0eb (diff)
downloadnixpkgs-3bfbed7535ba05507e3b9ba4607416850bcbdabe.tar
nixpkgs-3bfbed7535ba05507e3b9ba4607416850bcbdabe.tar.gz
nixpkgs-3bfbed7535ba05507e3b9ba4607416850bcbdabe.tar.bz2
nixpkgs-3bfbed7535ba05507e3b9ba4607416850bcbdabe.tar.lz
nixpkgs-3bfbed7535ba05507e3b9ba4607416850bcbdabe.tar.xz
nixpkgs-3bfbed7535ba05507e3b9ba4607416850bcbdabe.tar.zst
nixpkgs-3bfbed7535ba05507e3b9ba4607416850bcbdabe.zip
Made suggested changes to nkf package
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/nkf/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/text/nkf/default.nix b/pkgs/tools/text/nkf/default.nix
index 681cc5be37e..31d58fbccc3 100644
--- a/pkgs/tools/text/nkf/default.nix
+++ b/pkgs/tools/text/nkf/default.nix
@@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
   makeFlags = "prefix=\${out}";
 
   meta = {
-    description = "tool for converting encoding of Japanese text";
+    description = "Tool for converting encoding of Japanese text";
     homepage = "http://sourceforge.jp/projects/nkf/";
     license = stdenv.lib.licenses.zlib;
+    platforms = stdenv.lib.platforms.unix;
     maintainers = [ stdenv.lib.maintainers.auntie ];
   };
 }