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
/
faust2alsa.nix
blob
b14d65fcd119ffe4b070e705b0eb78759bdf58aa
1
{
2
faust,
3
alsa-lib,
4
atk,
5
cairo,
6
fontconfig,
7
freetype,
8
gdk-pixbuf,
9
glib,
10
gtk2,
11
pango,
12
}:
13
14
faust.wrapWithBuildEnv {
15
16
baseName = "faust2alsa";
17
18
propagatedBuildInputs = [
19
alsa-lib
20
atk
21
cairo
22
fontconfig
23
freetype
24
gdk-pixbuf
25
glib
26
gtk2
27
pango
28
];
29
30
}