1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhangul/libhangul-${version}.tar.gz";
9 sha256 = "0ni9b0v70wkm0116na7ghv03pgxsfpfszhgyj3hld3bxamfal1ar";
13 description = "Core algorithm library for Korean input routines";
14 mainProgram = "hangul";
15 homepage = "https://github.com/choehwanjin/libhangul";
16 license = licenses.lgpl21;
17 maintainers = [ maintainers.ianwookim ];
18 platforms = platforms.linux;