>   environment.systemPackages = with pkgs ; [
>     ...
>     (firefoxLocaleWrapper "ru")
>     ...
>   ];
I haven't read details, but what if you have different users requiring
different locales? Thus what about using a list? (firefoxLocaleWrapper ["ru"])
If we are at it: For gimp I use something "object" like:

  (gimp.withPlugins ["pluginA" "pluginB"])

so what about using firefox.withLocales ["ru"]
Then we could improve it alter:

  ((firefox.withPlugins ["jre" "flash" "gnash" "mplayer"]).withLocales ["ru"])

Just a thought ..

Marc Weber
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to