summary refs log tree commit diff
path: root/pkgs/applications/audio/faust/faust2jackrust.nix
blob: 77335da2ce7929222a534c4ce9bfb52e2d60b584 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ stdenv
, faust
, libjack2
, cargo
, binutils
, gcc
, gnumake
, openssl
, pkg-config

}:

faust.wrapWithBuildEnv {

  baseName = "faust2jackrust";

  propagatedBuildInputs = [ libjack2 cargo binutils gcc gnumake openssl pkg-config ];
}