nixpkgs/pkgs/development/libraries/qca-qt5
Sergei Trofimovich 4648545542 qca-qt5: fix gcc-11 from upstream
Without the change build n `gcc-11` fails as:

    $ nix build --impure --expr 'with import ./. {}; qca-qt5.override { stdenv = gcc11Stdenv; }' -L
    ...
    ...gcc-11.2.0/include/c++/11.2.0/bits/stl_raw_storage_iter.h:69:22: error: expected template-name before '<' token
       69 |     : public iterator<output_iterator_tag, void, void, void, void>
          |                      ^
2021-11-26 23:57:09 +00:00
..
default.nix qca-qt5: fix gcc-11 from upstream 2021-11-26 23:57:09 +00:00