We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dca6ac + 2025887 commit 380761cCopy full SHA for 380761c
pkgs/applications/office/libreoffice/default.nix
@@ -415,7 +415,7 @@ in stdenv.mkDerivation (finalAttrs: {
415
dontWrapQtApps = true;
416
417
configureFlags = [
418
- (lib.optionalString (!withHelp) "--without-help")
+ (lib.withFeature withHelp "help")
419
"--with-boost=${getDev boost}"
420
"--with-boost-libdir=${getLib boost}/lib"
421
"--with-beanshell-jar=${bsh}"
0 commit comments