10 , gobject-introspection
15 python3Packages.buildPythonApplication rec {
18 pyproject = false; # built with meson
20 src = fetchFromGitHub {
24 hash = "sha256-oMgdz2dny0u1XV13aHu5s8/pcAz8z/SAOf4hbCDsdjw";
27 # FIX: The "Support Debian non-standard python paths" resolves to store path of python
29 substituteInPlace meson.build \
31 'from distutils.sysconfig import get_python_lib; print(get_python_lib(prefix=""))' \
32 "print(\"$out/${python3Packages.python.sitePackages}\")"
47 ] ++ (with gst_all_1; [
55 propagatedBuildInputs = with python3Packages; [
67 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
71 ln -s $out/bin/com.github.geigi.cozy $out/bin/cozy
75 description = "Modern audio book player for Linux";
76 homepage = "https://cozy.geigi.de/";
77 maintainers = with maintainers; [ makefu aleksana ];
78 license = licenses.gpl3Plus;
79 mainProgram = "com.github.geigi.cozy";
80 platforms = platforms.linux;