1 { lib, stdenv, fetchurl }:
5 version = "unstable-2016-08-04";
8 url = "https://freepats.zenvoid.org/Piano/YDP-GrandPiano/YDP-GrandPiano-SF2-20160804.tar.bz2";
9 sha256 = "sha256-0kPcPhgqYN8qFukoKMGCHPPrV0i0Xi4r3Pqc968FYCY=";
13 install -Dm644 YDP-GrandPiano-*.sf2 $out/share/soundfonts/YDP-GrandPiano.sf2
17 description = "Acoustic grand piano soundfont";
18 homepage = "https://freepats.zenvoid.org/Piano/acoustic-grand-piano.html";
19 license = licenses.cc-by-30;
20 platforms = platforms.all;