Skip to content

Commit

Permalink
libreoffice: perform release build
Browse files Browse the repository at this point in the history
This removes the "Development Build" message from the splash screen as well as
changes all references in the program from LibreOfficeDev to LibreOffice.
  • Loading branch information
peterhoeg committed May 7, 2017
1 parent 7e9ca80 commit 21e95c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/office/libreoffice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 21e95c0

Please sign in to comment.