nixpkgs/pkgs/applications/office/libreoffice/src-still/override.nix
2019-12-30 20:53:00 +01:00

7 lines
246 B
Nix

{ stdenv, ... }:
attrs:
{
configureFlags = stdenv.lib.lists.remove "--without-export-validation" attrs.configureFlags;
meta = attrs.meta // { description = "Comprehensive, professional-quality productivity suite (Still/Stable release)"; };
}