faust: add faust2sndfile

This commit is contained in:
Bart Brouns
2025-12-25 23:51:31 +01:00
parent 35454d4826
commit dcfbe256f2
+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
];
}