1 { lib, stdenv, fetchurl, fetchpatch, pkg-config
2 , libjack2, gettext, intltool, guile, lilypond
3 , glib, libxml2, librsvg, libsndfile, aubio
4 , gtk3, gtksourceview, evince, fluidsynth, rubberband
5 , autoreconfHook, gtk-doc
6 , portaudio, portmidi, fftw, wrapGAppsHook3 }:
8 stdenv.mkDerivation rec {
13 url = "https://ftp.gnu.org/gnu/denemo/denemo-${version}.tar.gz";
14 sha256 = "sha256-S+WXDGmEf5fx+HYnXJdE5QNOfJg7EqEEX7IMI2SUtV0=";
19 name = "allow-guile-3.patch";
20 url = "https://git.savannah.gnu.org/cgit/denemo.git/patch/?id=9de1c65e56a021925af532bb55336b0ce86d3084";
22 substituteInPlace $out \
23 --replace "2.6.8" "2.6.0" \
24 --replace "2.6.9" "2.6.0"
26 hash = "sha256-Jj33k/KgvZgKG43MuLgjb4A2KNkm/z9ytzGKcXMAOI4=";
31 libjack2 guile lilypond glib libxml2 librsvg libsndfile
32 aubio gtk3 gtksourceview evince fluidsynth rubberband portaudio fftw portmidi
37 --prefix PATH : "${lilypond}/bin"
51 description = "Music notation and composition software used with lilypond";
52 homepage = "http://denemo.org";
53 license = licenses.gpl3;
54 platforms = platforms.linux;
55 maintainers = [ maintainers.olynch ];