1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pname}-${version}.tar.bz2";
9 hash = "sha256-DnmguOAGyw9nv88ekJfbC04Qwbsw5tXEAaKeiCQR/LA=";
12 outputHashMode = "recursive";
13 outputHash = "sha256-gGHowq7g7MZmnhrpqG+3wNLwQCtpiBB88euIKeQIpJ0=";
15 subdir = "share/Aeolus/stops";
20 mkdir -p $out/${subdir}
21 cp -r * $out/${subdir}
27 description = "aeolus synthesizer instrument definitions";
28 homepage = "http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html";
29 license = licenses.lgpl3;
30 platforms = platforms.linux;
31 maintainers = with maintainers; [ nico202 orivej ];