Updated wtt
This commit is contained in:
parent
b226f146da
commit
4a5fc6876b
1 changed files with 4 additions and 4 deletions
|
|
@ -4,8 +4,8 @@ let
|
|||
cml-ucm-conf = pkgs.alsa-ucm-conf.overrideAttrs {
|
||||
wttsrc = pkgs.fetchurl {
|
||||
url =
|
||||
"https://github.com/WeirdTreeThing/chromebook-ucm-conf/archive/1328e46bfca6db2c609df9c68d37bb418e6fe279.tar.gz";
|
||||
hash = "sha256-eTP++vdS7cKtc8Mq4qCzzKtTRM/gsLme4PLkN0ZWveo=";
|
||||
"https://github.com/WeirdTreeThing/chromebook-ucm-conf/archive/2b2f3a7c993fd38a24aa81394e29ee530b890658.tar.gz";
|
||||
hash = "sha256-WeLkxWB174Hwb11xnIxsvRm5NpM528IVEYH4K32pLwg=";
|
||||
};
|
||||
unpackPhase = ''
|
||||
runHook preUnpack
|
||||
|
|
@ -17,8 +17,8 @@ let
|
|||
runHook preInstall
|
||||
mkdir -p $out/share/alsa
|
||||
cp -r alsa-ucm*/{ucm,ucm2} $out/share/alsa
|
||||
cp -r chromebook-ucm*/common $out/share/alsa/ucm2
|
||||
cp -r chromebook-ucm*/cml/* $out/share/alsa/ucm2/conf.d
|
||||
cp -r chromebook-ucm*/{common,codecs,platforms} $out/share/alsa/ucm2
|
||||
cp -r chromebook-ucm*/{cml,sof-rt5682,sof-cs42l42} $out/share/alsa/ucm2/conf.d
|
||||
runHook postInstall
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue