diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-13 20:25:02 +0100 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-13 20:25:02 +0100 |
| commit | 0192344f81be6396592cfac925f556c86576fd6c (patch) | |
| tree | f22497669221c33043097cc81dc8f16657c63c33 | |
| parent | da4e1e68ffb2b8600925bd1c6db34843aeaa33c8 (diff) | |
Add even more packages
| -rw-r--r-- | .builds/alpine.yml | 1 | ||||
| -rw-r--r-- | .builds/debian.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 9084135..e471f9f 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -4,6 +4,7 @@ packages: - automake - libtool - gettext +- gettext-dev sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: diff --git a/.builds/debian.yml b/.builds/debian.yml index a78f3c9..580976d 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -4,6 +4,7 @@ packages: - automake - libtool - gettext +- autopoint sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: |