9 stdenv.mkDerivation rec {
14 url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.gz";
15 sha256 = "sha256-ZaPfB3Veg1YCBHieoK9fFqL0tB4PiNsY81oJmn2rd/I=";
19 # fix prefix to only appear once
20 substituteInPlace CMakeLists.txt \
21 --replace-fail '"''${CONFIG_PREFIX}/' '"'
29 enableParallelBuilding = true;
32 homepage = "http://www.linuxsampler.org";
33 description = "LinuxSampler Control Protocol (LSCP) wrapper library";
34 license = licenses.gpl2;
36 platforms = platforms.linux;