7 stdenv.mkDerivation rec {
12 url = "https://freepats.zenvoid.org/freepats-${version}.tar.bz2";
13 sha256 = "12iw36rd94zirll96cd5k0va7p5hxmf2shvjlhzihcmjaw8flq82";
16 installPhase = ''mkdir "$out"; cp -r . "$out"'';
19 description = "Instrument patches, for MIDI synthesizers";
21 Freepats is a project to create a free and open set of instrument
22 patches, in any format, that can be used with softsynths.
24 homepage = "https://freepats.zenvoid.org/";
25 license = licenses.gpl2;
26 platforms = platforms.all;
27 maintainers = [ maintainers.bjornfor ];