forked from mirrors/nixpkgs
libreoffice: trying to make it build again, with boots 1.49
The error shown in hydra looks like that appearing in other packages fixed by downgrading their boost dependency from 1.50 to 1.49. Not tested.
This commit is contained in:
parent
77da6ba734
commit
e81c31cd51
|
@ -6996,6 +6996,7 @@ let
|
|||
inherit (perlPackages) ArchiveZip CompressZlib;
|
||||
inherit (gnome) GConf ORBit2 gnome_vfs;
|
||||
zip = zip.override { enableNLS = false; };
|
||||
boost = boost149;
|
||||
fontsConf = makeFontsConf {
|
||||
fontDirectories = [
|
||||
freefont_ttf xorg.fontmiscmisc xorg.fontbhttf
|
||||
|
|
Loading…
Reference in a new issue