vgm2x: Pin to old C standard
Tries to typedef bool, which is no longer allowed in current standards.
This commit is contained in:
@@ -22,6 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace-fail 'CFLAGS=' 'CFLAGS=-std=gnu99 ' \
|
||||
--replace-fail 'pkg-config' "$PKG_CONFIG"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user