16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-ZdQwWRAr6AKLmZ/L0lSxIlvWRLoZIKinn7BAQiR+luk=";
48 "CONFIG+=record_support"
49 "CONFIG+=html_webengine"
50 "CSOUND_INCLUDE_DIR=${csound}/include/csound"
51 "CSOUND_LIBRARY_DIR=${csound}/lib"
52 "RTMIDI_DIR=${rtmidi.src}"
53 "PYTHONQT_SRC_DIR=${python-qt.src}"
54 "PYTHONQT_LIB_DIR=${python-qt}/lib"
55 "LIBS+=-L${python-qt}/lib"
56 "INSTALL_DIR=${placeholder "out"}"
57 "SHARE_DIR=${placeholder "out"}/share"
58 "PYTHON_DIR=${python3}"
59 "PYTHON_VERSION=3.${python3.sourceVersion.minor}"
63 description = "CsoundQt is a frontend for Csound with editor, integrated help, widgets and other features";
64 homepage = "https://csoundqt.github.io/";
65 license = licenses.gpl2;
66 platforms = platforms.linux;
67 maintainers = with maintainers; [ hlolli ];