1 { lib, mkDerivation, fetchzip, qtbase, qttools, cmake, sqlite }:
3 pname = "tagainijisho";
7 url = "https://github.com/Gnurou/tagainijisho/releases/download/${version}/tagainijisho-${version}.tar.gz";
8 hash = "sha256-NYmvkjGl+lgFh4PPWGxitupYJ2DOyCBAYlITGb3FMj8=";
11 nativeBuildInputs = [ cmake ];
12 buildInputs = [ qtbase qttools sqlite ];
19 description = "A free, open-source Japanese dictionary and kanji lookup tool";
20 homepage = "https://www.tagaini.net/";
21 license = with licenses; [
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ vbgl ];