xorg.sessreg: Fix build on gcc-5

wip/yesman
Franz Pletz 8 years ago committed by Robin Gloster
parent e96ea9712c
commit 936dfeb700
  1. 4
      pkgs/servers/x11/xorg/overrides.nix

@ -440,4 +440,8 @@ in
configureFlags = "--with-cpp=${args.mcpp}/bin/mcpp";
};
sessreg = attrs: attrs // {
preBuild = "sed -i 's|gcc -E|gcc -E -P|' man/Makefile";
};
}

Loading…
Cancel
Save