Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ stdenv, fetchurl }:
let
mecab-base = import ./base.nix { inherit fetchurl; };
in
stdenv.mkDerivation (mecab-base // {
pname = "mecab-nodic";
version = mecab-base.version;
})