mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
Merge pull request #284 from NixOS/SuperSandro2000-patch-1
toshiba/swanky: remove usage of alias
This commit is contained in:
commit
44db94954f
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ in
|
|||
|
||||
# Sound requires a custom UCM config:
|
||||
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";
|
||||
});
|
||||
}];
|
||||
|
|
Loading…
Reference in a new issue