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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
288 B
Nix
Raw Normal View History

{ faust
, alsa-lib
, atk
, cairo
, fontconfig
, freetype
, gdk-pixbuf
, glib
, gtk2
, pango
}:
faust.wrapWithBuildEnv {
baseName = "faust2alsa";
propagatedBuildInputs = [
alsa-lib
atk
cairo
fontconfig
freetype
gdk-pixbuf
glib
gtk2
pango
];
}