Merge pull request #170241 from gebner/libechonestgcc11

libechonest: fix build with gcc 11
This commit is contained in:
Gabriel Ebner
2022-04-25 14:10:02 +02:00
committed by GitHub
@@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "0xbavf9f355dl1d3qv59x4ryypqrdanh9xdvw2d0q66l008crdkq";
};
# Fix build with GCC 11.
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
patches = [
(fetchpatch {
url = "https://github.com/lfranchi/libechonest/commit/009514f65044823ef29045397d4b58dd04d09977.patch";