1 { stdenv, lib, fetchFromGitHub, pkg-config, cmake, libeb, lzo
2 , qtmultimedia, qttools, qtwebengine, wrapQtAppsHook }:
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "jyLF1MKDVH0Lt8lw+O93b+LQ4J+s42O3hebthJk83hg=";
15 nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];
17 libeb lzo qtmultimedia qtwebengine
21 install -D $src/qolibri.desktop -t $out/share/applications
25 homepage = "https://github.com/ludios/qolibri";
26 description = "EPWING reader for viewing Japanese dictionaries";
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ ];
29 license = licenses.gpl2;