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
nixos/doh-server: init
[NixPkgs.git]
/
pkgs
/
applications
/
audio
/
faust
/
faust2jackrust.nix
blob
a14e12e63916ffa9651b9fd9bb99540a6b8a9674
1
{
2
faust,
3
libjack2,
4
cargo,
5
binutils,
6
gcc,
7
gnumake,
8
openssl,
9
pkg-config,
10
11
}:
12
13
faust.wrapWithBuildEnv {
14
15
baseName = "faust2jackrust";
16
17
propagatedBuildInputs = [
18
libjack2
19
cargo
20
binutils
21
gcc
22
gnumake
23
openssl
24
pkg-config
25
];
26
}