mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Giving the zip without NLS to libreoffice; I think this may fix a permission denid error
at perl Archive/Zip. svn path=/nixpkgs/trunk/; revision=33098
This commit is contained in:
parent
f108651e9f
commit
fb013d4bd6
@ -6909,6 +6909,7 @@ let
|
||||
libreoffice = callPackage ../applications/office/openoffice/libreoffice.nix {
|
||||
inherit (perlPackages) ArchiveZip CompressZlib;
|
||||
inherit (gnome) GConf ORBit2 gnome_vfs;
|
||||
zip = zip.override { enableNLS = false; };
|
||||
fontsConf = makeFontsConf {
|
||||
fontDirectories = [
|
||||
freefont_ttf xorg.fontmiscmisc xorg.fontbhttf
|
||||
|
Loading…
Reference in New Issue
Block a user