stb: add missing stb_vorbis.c (#462477)

This commit is contained in:
Aleksana
2025-11-21 13:57:22 +00:00
committed by GitHub
+1
View File
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
runHook preInstall
mkdir -p $out/include/stb
cp *.h $out/include/stb/
cp *.c $out/include/stb/
runHook postInstall
'';