libreoffice: default to (and have hydra build) still rather than fresh

fresh users were experiencing lots of segfaults.

Closes #15825
This commit is contained in:
obadz 2016-06-20 13:56:48 +01:00
parent d0b2524633
commit d7960ef4a0
3 changed files with 5 additions and 3 deletions

View File

@ -251,5 +251,6 @@ in stdenv.mkDerivation rec {
license = licenses.lgpl3;
maintainers = with maintainers; [ viric raskin ];
platforms = platforms.linux;
hydraPlatforms = [];
};
}

View File

@ -251,6 +251,5 @@ in stdenv.mkDerivation rec {
license = licenses.lgpl3;
maintainers = with maintainers; [ viric raskin ];
platforms = platforms.linux;
hydraPlatforms = [];
};
}

View File

@ -13284,7 +13284,9 @@ in
librecad = callPackage ../applications/misc/librecad { };
librecad2 = self.librecad; # backwards compatibility alias, added 2015-10
libreoffice = callPackage ../applications/office/libreoffice {
libreoffice = hiPrio libreoffice-still;
libreoffice-fresh = lowPrio (callPackage ../applications/office/libreoffice {
inherit (perlPackages) ArchiveZip CompressZlib;
inherit (gnome) GConf ORBit2 gnome_vfs;
inherit (gnome3) gsettings_desktop_schemas defaultIconTheme;
@ -13301,7 +13303,7 @@ in
harfbuzz = harfbuzz.override {
withIcu = true; withGraphite2 = true;
};
};
});
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/still.nix {
inherit (perlPackages) ArchiveZip CompressZlib;