tinyobjloader: fix build with cmake 4 (#449505)

This commit is contained in:
Fernando Rodrigues
2025-10-08 12:38:36 +00:00
committed by GitHub
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
cmakeFlags = [ (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5") ];
# https://github.com/tinyobjloader/tinyobjloader/issues/336
postPatch = ''
substituteInPlace tinyobjloader.pc.in \