11 gobject-introspection,
16 python3Packages.buildPythonApplication rec {
19 pyproject = false; # built with meson
21 src = fetchFromGitHub {
25 hash = "sha256-oMgdz2dny0u1XV13aHu5s8/pcAz8z/SAOf4hbCDsdjw";
28 # FIX: The "Support Debian non-standard python paths" resolves to store path of python
30 substituteInPlace meson.build \
32 'from distutils.sysconfig import get_python_lib; print(get_python_lib(prefix=""))' \
33 "print(\"$out/${python3Packages.python.sitePackages}\")"
58 propagatedBuildInputs = with python3Packages; [
70 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
74 ln -s $out/bin/com.github.geigi.cozy $out/bin/cozy
78 description = "Modern audio book player for Linux";
79 homepage = "https://cozy.geigi.de/";
80 maintainers = with maintainers; [
84 license = licenses.gpl3Plus;
85 mainProgram = "com.github.geigi.cozy";
86 platforms = platforms.linux;