2022-12-16T11:08:11 audiotube 22.09 -> 22.11 https://repology.org/metapackage/audiotube/versions 2022-12-16T11:08:13 attrpath: libsForQt5.audiotube 2022-12-16T11:08:13 Checking auto update branch... 2022-12-16T11:08:13 No auto update branch exists 2022-12-16T11:08:14 Old version 22.09" not present in master derivation file with contents: { lib , mkDerivation , extra-cmake-modules , gcc11 , kcoreaddons , kcrash , ki18n , kirigami2 , qtmultimedia , qtquickcontrols2 , python3Packages }: mkDerivation rec { pname = "audiotube"; postPatch = "sed '1i#include ' -i src/ytmusic.cpp"; nativeBuildInputs = [ extra-cmake-modules gcc11 # doesn't build with GCC 9 from stdenv on aarch64 python3Packages.wrapPython python3Packages.pybind11 ]; buildInputs = [ kcoreaddons kcrash ki18n kirigami2 qtmultimedia qtquickcontrols2 ] ++ pythonPath; pythonPath = with python3Packages; [ yt-dlp ytmusicapi ]; preFixup = '' buildPythonPath "$pythonPath" qtWrapperArgs+=(--prefix PYTHONPATH : "$program_PYTHONPATH") ''; meta = with lib; { description = "Client for YouTube Music"; homepage = "https://invent.kde.org/plasma-mobile/audiotube"; # https://invent.kde.org/plasma-mobile/audiotube/-/tree/c503d0607a3386112beaa9cf990ab85fe33ef115/LICENSES license = with licenses; [ bsd2 cc0 gpl2Only gpl3Only ]; maintainers = with maintainers; [ samueldr ]; }; }