2 directoryListingUpdater,
8 stdenv.mkDerivation rec {
9 pname = "alsa-ucm-conf";
13 url = "mirror://alsa/lib/alsa-ucm-conf-${version}.tar.bz2";
14 hash = "sha256-Fo58BUm3v4mRCS+iv7kDYx33edxMQ+6PQnf8t3LYwDU=";
22 mkdir -p $out/share/alsa
23 cp -r ucm ucm2 $out/share/alsa
28 passthru.updateScript = directoryListingUpdater {
29 url = "https://www.alsa-project.org/files/pub/lib/";
33 homepage = "https://www.alsa-project.org/";
34 description = "ALSA Use Case Manager configuration";
37 The Advanced Linux Sound Architecture (ALSA) provides audio and
38 MIDI functionality to the Linux-based operating system.
41 license = licenses.bsd3;
42 maintainers = [ maintainers.roastiek ];
43 platforms = platforms.linux;