faust: add faust2sndfile (#474209)

This commit is contained in:
Arne Keller
2026-01-11 15:11:10 +00:00
committed by GitHub
+26
View File
@@ -0,0 +1,26 @@
{
faust,
flac,
lame,
libmpg123,
libogg,
libopus,
libsndfile,
libvorbis,
}:
faust.wrapWithBuildEnv {
baseName = "faust2sndfile";
propagatedBuildInputs = [
flac
lame
libmpg123
libogg
libopus
libsndfile
libvorbis
];
}