summary refs log tree commit diff
path: root/nixos/modules/programs/environment.nix
diff options
context:
space:
mode:
authorNathaniel Baxter <nathaniel.baxter@gmail.com>2014-09-11 13:01:08 +1000
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-04 14:48:58 +0200
commitab8ef63ff49dd6276f765cce10d88b3e5b86b837 (patch)
tree4fc7e1782324d7969a7e027e794b0caf2250ce3c /nixos/modules/programs/environment.nix
parent02c89b52d917431f3863d204d678442d3c90db7d (diff)
downloadnixlib-ab8ef63ff49dd6276f765cce10d88b3e5b86b837.tar
nixlib-ab8ef63ff49dd6276f765cce10d88b3e5b86b837.tar.gz
nixlib-ab8ef63ff49dd6276f765cce10d88b3e5b86b837.tar.bz2
nixlib-ab8ef63ff49dd6276f765cce10d88b3e5b86b837.tar.lz
nixlib-ab8ef63ff49dd6276f765cce10d88b3e5b86b837.tar.xz
nixlib-ab8ef63ff49dd6276f765cce10d88b3e5b86b837.tar.zst
nixlib-ab8ef63ff49dd6276f765cce10d88b3e5b86b837.zip
alsa: Add multilib plugin support via "libs" entry in asound config.
alsa: Remove unused $ALSA_PLUGIN_DIRS support.
Diffstat (limited to 'nixos/modules/programs/environment.nix')
-rw-r--r--nixos/modules/programs/environment.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 623a428fc1a6..d79aff5dc553 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -45,7 +45,6 @@ in
         PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
         TERMINFO_DIRS = [ "/share/terminfo" ];
         PERL5LIB = [ "/lib/perl5/site_perl" ];
-        ALSA_PLUGIN_DIRS = [ "/lib/alsa-lib" ];
         KDEDIRS = [ "" ];
         STRIGI_PLUGIN_PATH = [ "/lib/strigi/" ];
         QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ];