7 stdenvNoCC.mkDerivation rec {
8 pname = "soundfont-arachno";
12 # Linked on http://www.arachnosoft.com/main/download.php?id=soundfont-sf2:
13 url = "https://www.dropbox.com/s/2rnpya9ecb9m4jh/arachno-soundfont-${
14 builtins.replaceStrings [ "." ] [ "" ] version
16 hash = "sha256-Z5ETe0AKPCi4KlM2xOlNcyQn1xvCuor3S/tcrF+AwNQ=";
22 install -Dm444 Arachno*.sf2 $out/share/soundfonts/arachno.sf2
27 description = "General MIDI-compliant bank, aimed at enhancing the realism of your MIDI files and arrangements";
28 homepage = "http://www.arachnosoft.com/main/soundfont.php";
29 license = licenses.unfree;
30 platforms = platforms.all;
31 maintainers = with maintainers; [ mrtnvgr ];