podenv-0.1.0: hub/Applications/audacity.dhall
let Podenv = ../Podenv.dhall
in Podenv.Application::{
, description = Some "Sound editor with graphical UI"
, runtime =
(./fedora.dhall).latest.useGraphic
[ "audacity", "alsa-plugins-pulseaudio" ]
, command = [ "audacity" ]
, capabilities = Podenv.Capabilities::{
, pipewire = True
, pulseaudio = True
, wayland = True
}
}