3
0
Fork 0
forked from mirrors/nixpkgs

alsautils: Adding libsamplerate, to be able to use alsaloop

This commit is contained in:
Lluís Batlle i Rossell 2013-01-25 09:18:30 +01:00
parent 495fbceef9
commit 8319a5599d

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, alsaLib, gettext, ncurses}:
{stdenv, fetchurl, alsaLib, gettext, ncurses, libsamplerate}:
stdenv.mkDerivation rec {
name = "alsa-utils-1.0.26";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1rw1n3w8syqky9i7kwy5xd2rzfdbihxas32vwfxpb177lqx2lpzq";
};
buildInputs = [ alsaLib ncurses ];
buildInputs = [ alsaLib ncurses libsamplerate ];
buildNativeInputs = [ gettext ];
configureFlags = "--disable-xmlto --with-udev-rules-dir=$(out)/lib/udev/rules.d";