faust: add faust2sndfile (#474209)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
faust,
|
||||
flac,
|
||||
lame,
|
||||
libmpg123,
|
||||
libogg,
|
||||
libopus,
|
||||
libsndfile,
|
||||
libvorbis,
|
||||
}:
|
||||
|
||||
faust.wrapWithBuildEnv {
|
||||
|
||||
baseName = "faust2sndfile";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
flac
|
||||
lame
|
||||
libmpg123
|
||||
libogg
|
||||
libopus
|
||||
libsndfile
|
||||
libvorbis
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user