mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
Made suggested changes to nkf package
This commit is contained in:
parent
30061d3971
commit
3bfbed7535
@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = "prefix=\${out}";
|
makeFlags = "prefix=\${out}";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "tool for converting encoding of Japanese text";
|
description = "Tool for converting encoding of Japanese text";
|
||||||
homepage = "http://sourceforge.jp/projects/nkf/";
|
homepage = "http://sourceforge.jp/projects/nkf/";
|
||||||
license = stdenv.lib.licenses.zlib;
|
license = stdenv.lib.licenses.zlib;
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.auntie ];
|
maintainers = [ stdenv.lib.maintainers.auntie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user