6 stdenv.mkDerivation rec {
10 url = "https://www.ladspa.org/download/ladspa_sdk_${version}.tgz";
11 sha256 = "1vgx54cgsnc3ncl9qbgjbmq12c444xjafjkgr348h36j16draaa2";
16 cp src/ladspa.h $out/include/ladspa.h
20 description = "LADSPA format audio plugins header file";
22 The ladspa.h API header file from the LADSPA SDK.
23 For the full SDK, use the ladspa-sdk package.
25 homepage = "http://www.ladspa.org/ladspa_sdk/overview.html";
26 license = lib.licenses.lgpl2;
27 maintainers = [ lib.maintainers.magnetophon ];
28 platforms = lib.platforms.all;