second part of alsaLib patch + comment

svn path=/nixpkgs/branches/stdenv-updates/; revision=19529
This commit is contained in:
Marc Weber
2010-01-18 19:15:36 +00:00
parent 907be69b26
commit 3b37933dd4
2 changed files with 50 additions and 1 deletions
+4 -1
View File
@@ -28,7 +28,10 @@ stdenv.mkDerivation rec {
patches = [
/* allow specifying alternatives alsa plugin locations using
export ALSA_PLUGIN_DIRS=$(nix-build -A alsaPlugins)/lib/alsa-lib */
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
];
}