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:
parent
d0b2524633
commit
d7960ef4a0
@ -251,5 +251,6 @@ in stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ viric raskin ];
|
||||
platforms = platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
|
@ -251,6 +251,5 @@ in stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ viric raskin ];
|
||||
platforms = platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user