18 stdenv.mkDerivation rec {
19 pname = "lsp-plugins";
23 url = "https://github.com/lsp-plugins/lsp-plugins/releases/download/${version}/lsp-plugins-src-${version}.tar.gz";
24 sha256 = "sha256-w2BUIF44z78syLroQk2asVXA5bt9P9POiuwxpnlkc8o=";
35 (php.withExtensions (_: [ ]))
50 "PREFIX=${placeholder "out"}"
51 "ETCDIR=${placeholder "out"}/etc"
52 "SHAREDDIR=${placeholder "out"}/share"
55 env.NIX_CFLAGS_COMPILE = "-DLSP_NO_EXPERIMENTAL";
58 make config PREFIX=${placeholder "out"}
63 enableParallelBuilding = true;
66 description = "Collection of open-source audio plugins";
68 Compatible with the following formats:
70 - CLAP - set of plugins for Clever Audio Plugins API
71 - LADSPA - set of plugins for Linux Audio Developer's Simple Plugin API
72 - LV2 - set of plugins and UIs for Linux Audio Developer's Simple Plugin API (LADSPA) version 2
73 - LinuxVST - set of plugins and UIs for Steinberg's VST 2.4 format ported on GNU/Linux Platform
74 - JACK - Standalone versions for JACK Audio connection Kit with UI
76 Contains the following plugins (https://lsp-plug.in/?page=plugins)
81 - Parametric Equalizer
88 Multiband Dynamic Processing:
90 - Multiband Compressor
91 - Multiband Dynamics Processor
95 Convolution / Reverb processing:
107 Multiband Processing:
112 Generators / Oscillators:
119 - Loudness Compensator
125 homepage = "https://lsp-plug.in";
126 maintainers = with maintainers; [
130 license = licenses.gpl2;
131 platforms = platforms.linux;