11 stdenv.mkDerivation rec {
12 pname = "airwindows-lv2";
14 src = fetchFromSourcehut {
18 sha256 = "sha256-1GWkdNCn98ttsF2rPLZE0+GJdatgkLewFQyx9Frr2sM=";
26 buildInputs = [ lv2 ];
29 description = "Airwindows plugins (ported to LV2)";
30 homepage = "https://sr.ht/~hannes/airwindows-lv2";
31 license = licenses.mit;
32 maintainers = [ maintainers.magnetophon ];
33 platforms = platforms.unix;