Author: chaoflow
Date: Sat Dec 31 02:05:51 2011
New Revision: 31167
URL: https://nixos.org/websvn/nix/?rev=31167&sc=1

Log:
MOZ_PLUGIN_PATH based on NIX_PROFILES

Modified:
   nixos/trunk/modules/programs/bash/profile.sh

Modified: nixos/trunk/modules/programs/bash/profile.sh
==============================================================================
--- nixos/trunk/modules/programs/bash/profile.sh        Sat Dec 31 00:24:48 
2011        (r31166)
+++ nixos/trunk/modules/programs/bash/profile.sh        Sat Dec 31 02:05:51 
2011        (r31167)
@@ -50,6 +50,9 @@
     export 
QTWEBKIT_PLUGIN_PATH=$i/lib/mozilla/plugins/${QTWEBKIT_PLUGIN_PATH:+:}$QTWEBKIT_PLUGIN_PATH
     export XDG_CONFIG_DIRS=$i/etc/xdg${XDG_CONFIG_DIRS:+:}$XDG_CONFIG_DIRS
     export XDG_DATA_DIRS=$i/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS
+
+    # mozilla plugins
+    export MOZ_PLUGIN_PATH=$i/lib/mozilla/plugins${PATH:+:}$PATH
 done
 
 # Search directory for Aspell dictionaries.
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to