nixpkgs-odroid-hc4/pkgs/applications/audio/faust/faust2alqt.nix
2025-12-20 09:59:59 +11:00

15 lines
140 B
Nix

{ faust
, alsa-lib
, qt4
}:
faust.wrapWithBuildEnv {
baseName = "faust2alqt";
propagatedBuildInputs = [
alsa-lib
qt4
];
}