vgm2x: Pin to old C standard

Tries to typedef bool, which is no longer allowed in current standards.
This commit is contained in:
OPNA2608
2026-04-15 15:50:15 +02:00
parent e280fbc426
commit afa88a05b3
+1
View File
@@ -22,6 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace Makefile \
--replace-fail 'CFLAGS=' 'CFLAGS=-std=gnu99 ' \
--replace-fail 'pkg-config' "$PKG_CONFIG"
'';