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