8 stdenv.mkDerivation rec {
13 url = "http://www.ladspa.org/download/cmt_${version}.tgz";
14 sha256 = "sha256-qC+GNt4fSto4ahmaAXqc13Wkm0nnFrEejdP3I8k99so=";
17 buildInputs = [ ladspaH ];
23 installFlags = [ "INSTALL_PLUGINS_DIR=${placeholder "out"}/lib/ladspa" ];
25 mkdir -p $out/lib/ladspa
29 description = "Computer Music Toolkit";
30 homepage = "https://www.ladspa.org/cmt";
31 license = licenses.gpl2;
32 platforms = platforms.linux;
33 maintainers = with maintainers; [ sjfloat ];