19 stdenv.mkDerivation rec {
20 pname = "linuxsampler";
24 url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2";
25 sha256 = "sha256-T7quk5N5JBiPqIziQd0vaCr8tLDbwS6otz6egY01OTE=";
50 enableParallelBuilding = true;
53 homepage = "http://www.linuxsampler.org";
54 description = "Sampler backend";
56 Includes sampler engine, audio and MIDI drivers, network layer
57 (LSCP) API and native C++ API.
59 LinuxSampler is licensed under the GNU GPL with the exception
60 that USAGE of the source code, libraries and applications FOR
61 COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
62 prior written permission by the LinuxSampler authors. If you
63 have questions on the subject, that are not yet covered by the
64 FAQ, please contact us.
66 license = licenses.unfree;
68 platforms = platforms.linux;