Merge pull request #267984 from NixOS/pipewire-eval-fix
alsa-utils: fix eval
This commit is contained in:
@@ -660,5 +660,5 @@ If reloading the module is not an option, proceed to [Nuclear option](#sec-relea
|
||||
|
||||
#### Nuclear option {#sec-release-23.05-migration-pipewire-nuclear}
|
||||
If all else fails, you can still manually copy the contents of the default configuration file
|
||||
from `${pkgs.pipewire.lib}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default.
|
||||
from `${pkgs.pipewire}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default.
|
||||
However, this should be done only as a last resort. Please talk to the Pipewire maintainers if you ever need to do this.
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire.lib;
|
||||
plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire;
|
||||
|
||||
# Create a directory containing symlinks of all ALSA plugins.
|
||||
# This is necessary because ALSA_PLUGIN_DIR must reference only one directory.
|
||||
|
||||
Reference in New Issue
Block a user