nixpkgs/pkgs/applications/audio/faust/faust2lv2.nix

15 lines
134 B
Nix
Raw Normal View History

2016-10-30 14:59:25 +00:00
{ boost
, faust
2015-03-23 17:01:27 +00:00
, lv2
2016-10-30 14:59:25 +00:00
, qt4
2015-03-23 17:01:27 +00:00
}:
faust.wrapWithBuildEnv {
baseName = "faust2lv2";
2016-10-30 14:59:25 +00:00
propagatedBuildInputs = [ boost lv2 qt4 ];
2015-03-23 17:01:27 +00:00
}