tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Made suggested changes to nkf package
Jonathan Glines
11 years ago
3bfbed75
30061d39
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
nkf
default.nix
+2
-1
pkgs/tools/text/nkf/default.nix
···
12
12
makeFlags = "prefix=\${out}";
13
13
14
14
meta = {
15
15
-
description = "tool for converting encoding of Japanese text";
15
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
18
+
platforms = stdenv.lib.platforms.unix;
18
19
maintainers = [ stdenv.lib.maintainers.auntie ];
19
20
};
20
21
}