1 { lib, stdenv, fetchFromSourcehut, meson, ninja, pkg-config, lv2 }:
3 stdenv.mkDerivation rec {
4 pname = "airwindows-lv2";
6 src = fetchFromSourcehut {
10 sha256 = "sha256-1GWkdNCn98ttsF2rPLZE0+GJdatgkLewFQyx9Frr2sM=";
13 nativeBuildInputs = [ meson ninja pkg-config ];
14 buildInputs = [ lv2 ];
17 description = "Airwindows plugins (ported to LV2)";
18 homepage = "https://sr.ht/~hannes/airwindows-lv2";
19 license = licenses.mit;
20 maintainers = [ maintainers.magnetophon ];
21 platforms = platforms.unix;