diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:37:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:37:06 +0900 |
| commit | c93725ac58fef240004c26422c429340ef12e41a (patch) | |
| tree | f10588e283838f9627399583e9cc541759fa7def /internal/rosa/gtk.go | |
| parent | f14ab8025324be1889e41c9642965faf9000ba1b (diff) | |
internal/rosa: prefix python constants
These have confusing names.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/gtk.go')
| -rw-r--r-- | internal/rosa/gtk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/gtk.go b/internal/rosa/gtk.go index 221a390b..772e9ee4 100644 --- a/internal/rosa/gtk.go +++ b/internal/rosa/gtk.go @@ -40,7 +40,7 @@ func (t Toolchain) newGLib() (pkg.Artifact, string) { }, }, XZ, - Packaging, + PythonPackaging, Bash, PCRE2, |
