diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-18 18:20:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-18 21:23:19 +0900 |
| commit | 34822925e18cb35e1815d3837a8b55169953d876 (patch) | |
| tree | b623d2ff87dea4b2f9d5b2fc32a78ae135b8d11e /internal/rosa/python.go | |
| parent | 37df040d85e06100c69c6aa3560b2e4ebf977255 (diff) | |
internal/rosa: migrate GNU software
These are quite trivial, so migrate them in one pass.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/python.go')
| -rw-r--r-- | internal/rosa/python.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/python.go b/internal/rosa/python.go index a53cb2ff..93fe0d70 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -150,7 +150,7 @@ func (*PipHelper) createDir() bool { return false } func (*PipHelper) wantsDir() string { return `"$(mktemp -d)"` } // script generates the pip3 install command. -func (attr *PipHelper) script(_ *S, name string) string { +func (attr *PipHelper) script(_ Toolchain, name string) string { if attr == nil { attr = new(PipHelper) } |
