From 9d2d98aab23300aee4d1c2b8df7f4720fa8a8600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 11 Mar 2012 10:36:50 +0000 Subject: [PATCH] Libreoffice is still broken. Setting back the 'force' wall. svn path=/nixpkgs/trunk/; revision=32979 --- pkgs/applications/office/openoffice/libreoffice.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/office/openoffice/libreoffice.nix b/pkgs/applications/office/openoffice/libreoffice.nix index 0737b9be0b4b..d90beecd967a 100644 --- a/pkgs/applications/office/openoffice/libreoffice.nix +++ b/pkgs/applications/office/openoffice/libreoffice.nix @@ -9,10 +9,10 @@ , force ? false }: -#if !force then -# throw ''The expression for libreoffice is still not ready. -# Set config.libreoffice.force = true; if you want to try it anyway.'' -#else +if !force then + throw ''The expression for libreoffice is still not ready. + Set config.libreoffice.force = true; if you want to try it anyway.'' +else stdenv.mkDerivation rec { name = "libreoffice-3.4.5.2";