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
|
, force ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
#if !force then
|
if !force then
|
||||||
# throw ''The expression for libreoffice is still not ready.
|
throw ''The expression for libreoffice is still not ready.
|
||||||
# Set config.libreoffice.force = true; if you want to try it anyway.''
|
Set config.libreoffice.force = true; if you want to try it anyway.''
|
||||||
#else
|
else
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libreoffice-3.4.5.2";
|
name = "libreoffice-3.4.5.2";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user