alsa-topology-conf: init at 1.2.2

This commit is contained in:
Rostislav Benes 2020-03-22 18:36:40 +01:00
parent 4acda90e5a
commit f0a6dfcbdf
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,36 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "alsa-topology-conf-${version}";
version = "1.2.2";
src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "09cls485ckdjsp4azhv3nw7chyg3r7zrqgald6yp70f7cysxcwml";
};
dontBuild = true;
installPhase = ''
runHook preInstall
mkdir -p $out/share/alsa
cp -r topology $out/share/alsa
runHook postInstall
'';
meta = with stdenv.lib; {
homepage = http://www.alsa-project.org/;
description = "ALSA topology configuration files";
longDescription = ''
The Advanced Linux Sound Architecture (ALSA) provides audio and
MIDI functionality to the Linux-based operating system.
'';
license = licenses.bsd3;
maintainers = [ maintainers.roastiek ];
platforms = platforms.linux;
};
}

View file

@ -16253,6 +16253,8 @@ in
alsa-ucm-conf = callPackage ../os-specific/linux/alsa-ucm-conf { };
alsa-topology-conf = callPackage ../os-specific/linux/alsa-topology-conf { };
inherit (callPackage ../misc/arm-trusted-firmware {})
buildArmTrustedFirmware
armTrustedFirmwareTools