Commit afa88a05 authored by OPNA2608's avatar OPNA2608
Browse files

vgm2x: Pin to old C standard

Tries to typedef bool, which is no longer allowed in current standards.
parent e280fbc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ stdenv.mkDerivation (finalAttrs: {

  postPatch = ''
    substituteInPlace Makefile \
      --replace-fail 'CFLAGS=' 'CFLAGS=-std=gnu99 ' \
      --replace-fail 'pkg-config' "$PKG_CONFIG"
  '';