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

15 lines
134 B
Nix
Raw Normal View History

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