Skip to content

Commit 380761c

Browse files
authored
Merge pull request #276434 from doronbehar/pkg/libreoffice
libreoffice-unwrapped: fix default --with-help build value
2 parents 6dca6ac + 2025887 commit 380761c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/office/libreoffice/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ in stdenv.mkDerivation (finalAttrs: {
415415
dontWrapQtApps = true;
416416

417417
configureFlags = [
418-
(lib.optionalString (!withHelp) "--without-help")
418+
(lib.withFeature withHelp "help")
419419
"--with-boost=${getDev boost}"
420420
"--with-boost-libdir=${getLib boost}/lib"
421421
"--with-beanshell-jar=${bsh}"

0 commit comments

Comments
 (0)