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

30 lines
284 B
Nix
Raw Normal View History

2015-03-23 17:01:27 +00:00
{ faust
, alsaLib
, atk
, cairo
, fontconfig
, freetype
, gdk_pixbuf
, glib
, gtk
, pango
}:
faust.wrapWithBuildEnv {
baseName = "faust2alsa";
propagatedBuildInputs = [
alsaLib
atk
cairo
fontconfig
freetype
gdk_pixbuf
glib
gtk
pango
];
}