mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Rename openoffice directory to libreoffice
This commit is contained in:
parent
6dba65b51f
commit
be412fc789
4 changed files with 1 additions and 1 deletions
|
@ -7402,7 +7402,7 @@ let
|
|||
|
||||
librecad2 = callPackage ../applications/misc/librecad/2.0.nix { };
|
||||
|
||||
libreoffice = callPackage ../applications/office/openoffice/libreoffice.nix {
|
||||
libreoffice = callPackage ../applications/office/libreoffice {
|
||||
inherit (perlPackages) ArchiveZip CompressZlib;
|
||||
inherit (gnome) GConf ORBit2 gnome_vfs;
|
||||
zip = zip.override { enableNLS = false; };
|
||||
|
|
Loading…
Reference in a new issue