12 src = fetchFromGitHub {
16 hash = "sha256-kuM8hUdsa7N+eLDbwYw3ay+PWxg35zcTBOvGow1NlzI=";
20 substituteInPlace src/src.pro \
21 --replace '$$[QT_INSTALL_LIBS]' "$out/lib" \
22 --replace '$$[QT_INSTALL_HEADERS]' "$out/include" \
23 --replace '$$[QMAKE_MKSPECS]' "$out/mkspecs"
35 description = "Qt and QML MPRIS interface and adaptor";
36 homepage = "https://github.com/sailfishos/qtmpris";
37 license = lib.licenses.lgpl21Plus;
38 maintainers = with lib.maintainers; [ dotlambda ];