vorbis-tools: fix for gcc-14 (#361987)

This commit is contained in:
Vladimír Čunát
2024-12-09 10:48:03 +01:00
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1c7h4ivgfdyygz2hyh6nfibxlkz8kdk868a576qkkjgj5gn78xyv";
};
patches = lib.optionals stdenv.cc.isClang [
patches = [
# Fixes a call to undeclared function `utf8_decode`.
# https://github.com/xiph/vorbis-tools/pull/33
(fetchpatch {