forked from mirrors/nixpkgs
Libreoffice is still broken. Setting back the 'force' wall.
svn path=/nixpkgs/trunk/; revision=32979
This commit is contained in:
parent
1fef26d8f7
commit
9d2d98aab2
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue