7 stdenv.mkDerivation rec {
9 version = "unstable-2022-06-05";
11 src = fetchFromGitHub {
14 rev = "3d70d227e7dfd1be6f8f420a5aae164a2b4126e0";
15 hash = "sha256-RHeF3VShy+LYFtJK+AEU7swIr5/rnpg2fdllnH9cFCk=";
23 "-DTINYALSA_USES_PLUGINS=ON"
26 env.NIX_CFLAGS_COMPILE = toString [
27 "-Wno-error=sign-compare"
31 homepage = "https://github.com/tinyalsa/tinyalsa";
32 description = "Tiny library to interface with ALSA in the Linux kernel";
33 license = licenses.mit;
34 maintainers = with maintainers; [ AndersonTorres ];
35 platforms = with platforms; linux;