7 stdenv.mkDerivation rec {
11 # we can't use fetchurl since stdenv does not handle unpacking *.zip's by default.
13 # Linked on https://www.schristiancollins.com/generaluser.php:
14 url = "https://www.dropbox.com/s/4x27l49kxcwamp5/GeneralUser_GS_${version}.zip";
15 sha256 = "sha256-lwUlWubXiVZ8fijKuNF54YQjT0uigjNAbjKaNjmC51s=";
19 install -Dm644 GeneralUser*.sf2 $out/share/soundfonts/GeneralUser-GS.sf2
23 description = "SoundFont bank featuring 259 instrument presets and 11 drum kits";
24 homepage = "https://www.schristiancollins.com/generaluser.php";
25 license = licenses.generaluser;
26 platforms = platforms.all;