From d7960ef4a0b03c0650402195adc65abbb0a111c2 Mon Sep 17 00:00:00 2001 From: obadz Date: Mon, 20 Jun 2016 13:56:48 +0100 Subject: [PATCH] libreoffice: default to (and have hydra build) still rather than fresh fresh users were experiencing lots of segfaults. Closes #15825 --- pkgs/applications/office/libreoffice/default.nix | 1 + pkgs/applications/office/libreoffice/still.nix | 1 - pkgs/top-level/all-packages.nix | 6 ++++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix index 745dd7cc01ca..9c1e1b789900 100644 --- a/pkgs/applications/office/libreoffice/default.nix +++ b/pkgs/applications/office/libreoffice/default.nix @@ -251,5 +251,6 @@ in stdenv.mkDerivation rec { license = licenses.lgpl3; maintainers = with maintainers; [ viric raskin ]; platforms = platforms.linux; + hydraPlatforms = []; }; } diff --git a/pkgs/applications/office/libreoffice/still.nix b/pkgs/applications/office/libreoffice/still.nix index e42c4f1a0a4a..b8ad900fb14a 100644 --- a/pkgs/applications/office/libreoffice/still.nix +++ b/pkgs/applications/office/libreoffice/still.nix @@ -251,6 +251,5 @@ in stdenv.mkDerivation rec { license = licenses.lgpl3; maintainers = with maintainers; [ viric raskin ]; platforms = platforms.linux; - hydraPlatforms = []; }; } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index dc47a12f10ad..ccfd30d72d9a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;