Skip to content

Commit 21e95c0

Browse files
committedMay 7, 2017
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.
1 parent 7e9ca80 commit 21e95c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pkgs/applications/office/libreoffice/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ in stdenv.mkDerivation rec {
6363
# It also seems not to mention libdl explicitly in some places.
6464
NIX_LDFLAGS = "-lcups -ldl";
6565

66-
# For some reason librdf_redland sometimes refers to rasqal.h instead
66+
# For some reason librdf_redland sometimes refers to rasqal.h instead
6767
# of rasqal/rasqal.h
6868
NIX_CFLAGS_COMPILE="-I${librdf_rasqal}/include/rasqal";
6969

@@ -187,6 +187,7 @@ in stdenv.mkDerivation rec {
187187
"--disable-report-builder"
188188
"--enable-python=system"
189189
"--enable-dbus"
190+
"--enable-release-build"
190191
(lib.enableFeature kdeIntegration "kde4")
191192
"--with-package-format=installed"
192193
"--enable-epm"

0 commit comments

Comments
 (0)
Please sign in to comment.