19 postPatch = "sed '1i#include <iostream>' -i src/ytmusic.cpp";
23 gcc11 # doesn't build with GCC 9 from stdenv on aarch64
24 python3Packages.wrapPython
25 python3Packages.pybind11
37 pythonPath = with python3Packages; [
43 buildPythonPath "$pythonPath"
44 qtWrapperArgs+=(--prefix PYTHONPATH : "$program_PYTHONPATH")
48 description = "Client for YouTube Music";
49 homepage = "https://invent.kde.org/plasma-mobile/audiotube";
50 # https://invent.kde.org/plasma-mobile/audiotube/-/tree/c503d0607a3386112beaa9cf990ab85fe33ef115/LICENSES
51 license = with licenses; [ bsd2 cc0 gpl2Only gpl3Only ];
52 maintainers = with maintainers; [ samueldr ];