alsa-lib: document alsa-plugin-conf-multilib.patch

This commit is contained in:
ivanbrennan 2022-02-01 08:44:15 -05:00
parent 3b139b96c5
commit dd35016349
No known key found for this signature in database
GPG Key ID: 79C3C47DC652EA54

View File

@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
};
patches = [
# Add a "libs" field to the syntax recognized in the /etc/asound.conf file.
# The nixos modules for pulseaudio, jack, and pipewire are leveraging this
# "libs" field to declare locations for both native and 32bit plugins, in
# order to support apps with 32bit sound running on x86_64 architecture.
./alsa-plugin-conf-multilib.patch
];