summary refs log tree commit diff
path: root/pkgs/applications/office/libreoffice/src-fresh/override.nix
blob: 464965121d97a74bacf2b611e8c5cd8e2ed919fc (plain) (blame)
1
2
3
4
{ stdenv, ... }:
attrs: {
  NIX_CFLAGS_COMPILE = attrs.NIX_CFLAGS_COMPILE + stdenv.lib.optionalString stdenv.isx86_64 " -mno-fma";
}