8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-k+EhhLFp+ehptjDS8ZHvo5tfFxmSCA2lFTjkWFLi+cs=";
19 nativeBuildInputs = [ cmake ];
22 homepage = "https://github.com/pedrolcl/sonivox";
23 description = "MIDI synthesizer library";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ orivej ];
26 platforms = platforms.linux;