summary refs log tree commit diff
path: root/pkgs/applications/office/libreoffice/src-still/override.nix
blob: 7192af019496b0e4d78c2eca7f59d16c04ef5037 (plain) (blame)
1
2
3
4
5
6
{ stdenv, ... }:
attrs:
{
  configureFlags = stdenv.lib.lists.remove "--without-export-validation" attrs.configureFlags;
  meta = attrs.meta // { description = "Comprehensive, professional-quality productivity suite (Still/Stable release)"; };
}