nkf: 2.1.4 -> 2.1.5
This commit is contained in:
parent
78e126429f
commit
ed33d193cd
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nkf-${version}";
|
pname = "nkf";
|
||||||
version = "2.1.4";
|
version = "2.1.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://osdn/nkf/64158/${name}.tar.gz";
|
url = "mirror://osdn/nkf/70406/${pname}-${version}.tar.gz";
|
||||||
sha256 = "b4175070825deb3e98577186502a8408c05921b0c8ff52e772219f9d2ece89cb";
|
sha256 = "0i5dbcb9aipwr8ym4mhvgf1in3frl6y8h8x96cprz9s7b11xz9yi";
|
||||||
};
|
};
|
||||||
|
|
||||||
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 = "https://nkf.osdn.jp/";
|
||||||
license = stdenv.lib.licenses.zlib;
|
license = stdenv.lib.licenses.zlib;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.auntie ];
|
maintainers = [ stdenv.lib.maintainers.auntie ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user