alsa: Add multilib plugin support via "libs" entry in asound config.

alsa: Remove unused $ALSA_PLUGIN_DIRS support.
This commit is contained in:
Nathaniel Baxter
2014-10-04 14:48:58 +02:00
committed by Aristid Breitkreuz
parent 02c89b52d9
commit ab8ef63ff4
4 changed files with 233 additions and 117 deletions
+1 -6
View File
@@ -12,12 +12,7 @@ stdenv.mkDerivation rec {
};
patches = [
/* allow specifying alternatives alsa plugin locations using
export ALSA_PLUGIN_DIRS=$(nix-build -A alsaPlugins)/lib/alsa-lib
This patch should be improved:
See http://thread.gmane.org/gmane.linux.distributions.nixos/3435
*/
./alsa-plugin-dirs.patch
./alsa-plugin-conf-multilib.patch
];
# Fix pcm.h file in order to prevent some compilation bugs