client: manifest: remove shyaml package, add yq

This commit is contained in:
2024-08-17 17:14:07 -07:00
parent 237a4c20ab
commit 1402284f2b

View File

@@ -49,13 +49,13 @@ container:
- "vim" - "vim"
- "visidata" - "visidata"
- "xsv" - "xsv"
- "yq"
# For experimental build # For experimental build
#- "unuran" #- "unuran"
commands: commands:
- "csvstat --version" - "csvstat --version"
- "ghc-pkg --version" - "ghc-pkg --version"
- "hledger-flow --version" - "hledger-flow --version"
- "shyaml --version"
fetch: fetch:
packages: packages:
- "composer" - "composer"
@@ -95,6 +95,7 @@ container:
- "timewarrior" - "timewarrior"
- "vim" - "vim"
- "visidata" - "visidata"
- "yq"
- "zlib1g-dev" - "zlib1g-dev"
# For experimental build # For experimental build
#- "libunuran-dev" #- "libunuran-dev"
@@ -102,7 +103,6 @@ container:
- "csvstat --version" - "csvstat --version"
- "ghc-pkg --version" - "ghc-pkg --version"
- "hledger-flow --version" - "hledger-flow --version"
- "shyaml --version"
- "xsv --version" - "xsv --version"
fetch: fetch:
packages: packages: