toshiba/swanky: remove usage of alias
This commit is contained in:
parent
03c60a2db2
commit
244e81c2a7
|
@ -18,9 +18,9 @@ in
|
||||||
|
|
||||||
# Sound requires a custom UCM config:
|
# Sound requires a custom UCM config:
|
||||||
system.replaceRuntimeDependencies = [{
|
system.replaceRuntimeDependencies = [{
|
||||||
original = pkgs.alsaLib;
|
original = pkgs.alsa-lib;
|
||||||
|
|
||||||
replacement = pkgs.alsaLib.overrideAttrs (super: {
|
replacement = pkgs.alsa-lib.overrideAttrs (super: {
|
||||||
postFixup = "cp -r ${ucm}/chtmax98090 $out/share/alsa/ucm";
|
postFixup = "cp -r ${ucm}/chtmax98090 $out/share/alsa/ucm";
|
||||||
});
|
});
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue