33 stdenv.mkDerivation rec {
38 url = "https://code.soundsoftware.ac.uk/attachments/download/2616/${pname}-${version}.tar.gz";
39 sha256 = "03g2bmlj08lmgvh54dyd635xccjn730g4wwlhpvsw04bffz8b7fp";
44 url = "https://github.com/sonic-visualiser/svcore/commit/5a7b517e43b7f0b3f03b7fc3145102cf4e5b0ffc.patch";
46 extraPrefix = "svcore/";
47 sha256 = "sha256-DOCdQqCihkR0g/6m90DbJxw00QTpyVmFzCxagrVWKiI=";
50 url = "https://github.com/sonic-visualiser/svgui/commit/5b6417891cff5cc614e8c96664d68674eb12b191.patch";
52 extraPrefix = "svgui/";
53 excludes = [ "svgui/widgets/CSVExportDialog.cpp" ];
54 sha256 = "sha256-pBCtoMXgjreUm/D0pl6+R9x1Ovwwwj8Ohv994oMX8XA=";
89 # comment out the tests
91 sed -i 's/sub_test_svcore_/#sub_test_svcore_/' tony.pro
94 enableParallelBuilding = true;
97 description = "Pitch and note annotation of unaccompanied melody";
99 homepage = "https://www.sonicvisualiser.org/tony/";
100 license = licenses.gpl2Plus;
101 maintainers = with maintainers; [ orivej ];
102 platforms = platforms.linux;