forked from mirrors/nixpkgs
It looks like libreoffice was still providing a catalan interface for en_US
locale users. I was told en_US was always included, but it seems like not so. svn path=/nixpkgs/trunk/; revision=33496
This commit is contained in:
parent
3153e80659
commit
45b546c83d
|
@ -7,7 +7,7 @@
|
|||
, librsvg, gnome_vfs, gstreamer, gst_plugins_base, mesa
|
||||
, autoconf, automake, openldap, bash
|
||||
, fontsConf
|
||||
, langs ? [ "en-GB" "ca" "ru" "eo" "fr" "nl" "de" ]
|
||||
, langs ? [ "en-US" "en-GB" "ca" "ru" "eo" "fr" "nl" "de" ]
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue