vgm2x: Pin to old C standard (#510311)

This commit is contained in:
Cosima Neidahl
2026-04-15 14:20:27 +00:00
committed by GitHub
+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"
'';