Merge pull request #284 from NixOS/SuperSandro2000-patch-1

toshiba/swanky: remove usage of alias
This commit is contained in:
Jörg Thalheim 2021-07-01 06:28:49 +01:00 committed by GitHub
commit 44db94954f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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";
});
}];