repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
alvr: 20.11.1 -> 20.12.1 (#374869)
[NixPkgs.git]
/
pkgs
/
applications
/
audio
/
faust
/
faust2ladspa.nix
blob
13545980b7ca986fe53e3d4883663cfcfd9f9690
1
{
2
boost,
3
faust,
4
ladspaH,
5
}:
6
7
faust.wrapWithBuildEnv {
8
9
baseName = "faust2ladspa";
10
11
propagatedBuildInputs = [
12
boost
13
ladspaH
14
];
15
16
}