nixpkgs/pkgs/applications/window-managers/fluxbox
Sergei Trofimovich d9015f0986 fluxbox: fix build on gcc-11 (c++17 compat)
On gcc-11 build fails as:

    $ nix-build -E 'with import ./. { }; fluxbox.override { stdenv = gcc11Stdenv; }'

    util/fluxbox-remote.cc: In function 'int main(int, char**)':
    util/fluxbox-remote.cc:76:32:
      error: ordered comparison of pointer with integer zero ('unsigned char*' and 'int')
       76 |             && text_prop.value > 0
          |                ~~~~~~~~~~~~~~~~^~~

The change pull upstream fix.
2021-09-29 08:10:57 +01:00
..
default.nix fluxbox: fix build on gcc-11 (c++17 compat) 2021-09-29 08:10:57 +01:00