nixpkgs/pkgs/tools/X11/xnee
Sergei Trofimovich 5b50f0de1d xnee: pull fix pending upstream inclusion for -fno-common toolchain support
Without the change build fails as:

    $ nix build -L --impure --expr 'with import ./. {}; xnee.overrideAttrs (oa: {   NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
    ...
    ld: .libs/xnee_xinput.o:/build/xnee-3.19/libxnee/src/../include/libxnee/xnee_internal.h:117:
      multiple definition of `xnee_mode';
2022-05-08 08:06:42 +01:00
..
default.nix xnee: pull fix pending upstream inclusion for -fno-common toolchain support 2022-05-08 08:06:42 +01:00