mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:37:48 +00:00
alsautils: Adding libsamplerate, to be able to use alsaloop
This commit is contained in:
parent
495fbceef9
commit
8319a5599d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user