32 stdenv.mkDerivation rec {
37 url = "mirror://sourceforge/rosegarden/${pname}-${version}.tar.xz";
38 sha256 = "sha256-fz9mE2sJrxS9mZjkreTWIE1Fiv0WlHiP1tyzqW6/Fcw=";
42 substituteInPlace src/CMakeLists.txt --replace svnheader svnversion
79 "-DLILV_INCLUDE_DIR=${lilv.dev}/include/lilv-0"
83 homepage = "https://www.rosegardenmusic.com/";
84 description = "Music composition and editing environment";
85 mainProgram = "rosegarden";
87 Rosegarden is a music composition and editing environment based around
88 a MIDI sequencer that features a rich understanding of music notation
89 and includes basic support for digital audio.
91 Rosegarden is an easy-to-learn, attractive application that runs on Linux,
92 ideal for composers, musicians, music students, and small studio or home
93 recording environments.
95 maintainers = with maintainers; [ lebastr ];
96 license = licenses.lgpl2Plus;
97 platforms = platforms.linux;