mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
nkf: 2.1.4 -> 2.1.5
This commit is contained in:
parent
78e126429f
commit
ed33d193cd
@ -1,19 +1,19 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nkf-${version}";
|
||||
version = "2.1.4";
|
||||
pname = "nkf";
|
||||
version = "2.1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://osdn/nkf/64158/${name}.tar.gz";
|
||||
sha256 = "b4175070825deb3e98577186502a8408c05921b0c8ff52e772219f9d2ece89cb";
|
||||
url = "mirror://osdn/nkf/70406/${pname}-${version}.tar.gz";
|
||||
sha256 = "0i5dbcb9aipwr8ym4mhvgf1in3frl6y8h8x96cprz9s7b11xz9yi";
|
||||
};
|
||||
|
||||
makeFlags = "prefix=\${out}";
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
meta = {
|
||||
description = "Tool for converting encoding of Japanese text";
|
||||
homepage = http://sourceforge.jp/projects/nkf/;
|
||||
homepage = "https://nkf.osdn.jp/";
|
||||
license = stdenv.lib.licenses.zlib;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.auntie ];
|
||||
|
Loading…
Reference in New Issue
Block a user