about summary refs log tree commit diff
path: root/pkgs/tools/text/mecab/nodic.nix
blob: 1cbc31be4ee17ff80d9141285b5f729c2e044221 (plain) (blame)
1
2
3
4
5
6
7
8
{ stdenv, fetchurl }:

let
  mecab-base = import ./base.nix { inherit fetchurl; };
in
stdenv.mkDerivation (mecab-base // {
    name = "mecab-nodic-${mecab-base.version}";
})