podenv-0.1.0: hub/Applications/_graphicEditor.dhall
\(name : Text) ->
\(desc : Text) ->
let Podenv = ../Podenv.dhall
in Podenv.Application::{
, name
, description = Some desc
, command = [ name ]
, runtime = (./fedora.dhall).latest.useGraphic [ name ]
, capabilities = Podenv.Capabilities::{
, hostfile = True
, wayland = True
, x11 = True
}
}