Skip to content

Commit

Permalink
Merge pull request NixOS#276434 from doronbehar/pkg/libreoffice
Browse files Browse the repository at this point in the history
libreoffice-unwrapped: fix default --with-help build value
  • Loading branch information
doronbehar authored Dec 24, 2023
2 parents 6dca6ac + 2025887 commit 380761c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/office/libreoffice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ in stdenv.mkDerivation (finalAttrs: {
dontWrapQtApps = true;

configureFlags = [
(lib.optionalString (!withHelp) "--without-help")
(lib.withFeature withHelp "help")
"--with-boost=${getDev boost}"
"--with-boost-libdir=${getLib boost}/lib"
"--with-beanshell-jar=${bsh}"
Expand Down

0 comments on commit 380761c

Please sign in to comment.