Unverified Commit 380761c2 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #276434 from doronbehar/pkg/libreoffice

libreoffice-unwrapped: fix default --with-help build value
parents 6dca6ac7 20258871
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}"