about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-05-06 17:20:40 +0800
committerPeter Hoeg <peter@hoeg.com>2017-05-07 10:41:10 +0800
commit21e95c04bdbc45e204f385b8d8e4f0ab63cdc449 (patch)
treeba348437b34309c2e01ba28d400e7673c9ad8ff0
parent7e9ca80490f87cb24e64c2446a79a5a9a6a3de99 (diff)
downloadnixlib-21e95c04bdbc45e204f385b8d8e4f0ab63cdc449.tar
nixlib-21e95c04bdbc45e204f385b8d8e4f0ab63cdc449.tar.gz
nixlib-21e95c04bdbc45e204f385b8d8e4f0ab63cdc449.tar.bz2
nixlib-21e95c04bdbc45e204f385b8d8e4f0ab63cdc449.tar.lz
nixlib-21e95c04bdbc45e204f385b8d8e4f0ab63cdc449.tar.xz
nixlib-21e95c04bdbc45e204f385b8d8e4f0ab63cdc449.tar.zst
nixlib-21e95c04bdbc45e204f385b8d8e4f0ab63cdc449.zip
libreoffice: perform release build
This removes the "Development Build" message from the splash screen as well as
changes all references in the program from LibreOfficeDev to LibreOffice.
-rw-r--r--pkgs/applications/office/libreoffice/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index c43a06838b84..ee59f0d078d4 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -63,7 +63,7 @@ in stdenv.mkDerivation rec {
   # It also seems not to mention libdl explicitly in some places.
   NIX_LDFLAGS = "-lcups -ldl";
 
-  # For some reason librdf_redland sometimes refers to rasqal.h instead 
+  # For some reason librdf_redland sometimes refers to rasqal.h instead
   # of rasqal/rasqal.h
   NIX_CFLAGS_COMPILE="-I${librdf_rasqal}/include/rasqal";
 
@@ -187,6 +187,7 @@ in stdenv.mkDerivation rec {
     "--disable-report-builder"
     "--enable-python=system"
     "--enable-dbus"
+    "--enable-release-build"
     (lib.enableFeature kdeIntegration "kde4")
     "--with-package-format=installed"
     "--enable-epm"