stb: add missing stb_vorbis.c

Copy C source files to the include directory.
This commit is contained in:
Tomasz Kalisiak
2025-11-17 06:22:31 +01:00
committed by GitHub
parent c5ae371f1a
commit 29ed9cacf9
+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
'';