mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
tinyalsa: adopt
This commit is contained in:
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Tiny library to interface with ALSA in the Linux kernel";
|
||||
license = lib.licenses.mit;
|
||||
pkgConfigModules = [ "tinyalsa" ];
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ tmarkus ];
|
||||
platforms = with lib.platforms; linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user