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