summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/office/openoffice/libreoffice.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/openoffice/libreoffice.nix b/pkgs/applications/office/openoffice/libreoffice.nix
index 10d0c3dbaf45..5fde0cfa2850 100644
--- a/pkgs/applications/office/openoffice/libreoffice.nix
+++ b/pkgs/applications/office/openoffice/libreoffice.nix
@@ -8,7 +8,7 @@
 , langs ? [ "en-US" "ca" "ru" "eo" "fr" "nl" "de" "en-GB" ]
 }:
 
-# throw "The expression for libreoffice is still not ready"
+throw "The expression for libreoffice is still not ready"
 
 stdenv.mkDerivation rec {
   name = "libreoffice-3.4.5.2";