3
0
Fork 0
forked from mirrors/nixpkgs

Libreoffice is still broken. Setting back the 'force' wall.

svn path=/nixpkgs/trunk/; revision=32979
This commit is contained in:
Lluís Batlle i Rossell 2012-03-11 10:36:50 +00:00
parent 1fef26d8f7
commit 9d2d98aab2

View file

@ -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";