Merge pull request #276434 from doronbehar/pkg/libreoffice
libreoffice-unwrapped: fix default --with-help build value
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user