12 stdenv.mkDerivation rec {
13 inherit pname version;
20 # Fix buidling on platforms other than x86
22 src = ./configure.patch;
23 msse = lib.optionalString stdenv.isx86_64 "-msse";
31 description = "Subband sinusoidal modeling library for time stretching and pitch scaling audio";
32 maintainers = with lib.maintainers; [ yuu ];
33 license = lib.licenses.gpl2;
34 platforms = lib.platforms.all;