libreoffice: update to 3.6.1.2

I've not tried if it works; I'll revert it if it fails.
wip/yesman
Lluís Batlle i Rossell 12 years ago
parent 40431dfcd4
commit a683b2f6b4
  1. 4
      pkgs/applications/office/openoffice/libreoffice-srcs.nix
  2. 10
      pkgs/applications/office/openoffice/libreoffice.nix

@ -367,4 +367,8 @@
name = "lcms2-2.3.tar.gz";
md5 = "327348d67c979c88c2dec59a23a17d85";
}
{
name = "libvisio-0.0.19.tar.bz2";
md5 = "94e7f271e38c976462558b4278590178";
}
]

@ -16,8 +16,8 @@ let
langsSpaces = stdenv.lib.concatStringsSep " " langs;
major = "3";
minor = "6";
patch = "0";
tweak = "4";
patch = "1";
tweak = "2";
subdir = "${major}.${minor}.${patch}";
version = "${subdir}.${tweak}";
fetchThirdParty = {name, md5}: fetchurl {
@ -36,17 +36,17 @@ let
}) ] ++ (map fetchThirdParty (import ./libreoffice-srcs.nix));
translations = fetchSrc {
name = "translations";
sha256 = "e1603dbaa90ef027ea73e81a9ffa1ec86d311a40fd7aee6b08edd3fa86a19edb";
sha256 = "0id4ad8h3fl4s2ax6r4w4af74xvagkv0qwy50f483lqq3a3pl7fl";
};
help = fetchSrc {
name = "help";
sha256 = "30b79e3b4cb5b2167d1f3c17b8781e8940665f861197ee9021a6ac8c64d508f8";
sha256 = "0jd3l3rkhmdvrvgklkmrh9zsg9hlv3vhy6s97fnzhpzr90sjqrs1";
};
core = fetchSrc {
name = "core";
sha256 = "b301eac605830ed6423cbab49d99ff5ca3999ed8ad53f51766c715d49d09cd4d";
sha256 = "12zc0zviy1p3gk1v5nm4ks4rzscn68lpnl3kis4q693zhsk8jyh3";
};
};
in

Loading…
Cancel
Save