bug#52362: [PATCH v3] guix: import: go: Use correct tag for go module in subdirectory.

2022-02-28 Thread Nicolas Goaziou
Hello, I tested v3 of this change, which looks great. Unfortunately, when running ./pre-inst-env guix import go --recursive rclone I get the following backtrace: --8<---cut here---start->8--- following redirection to

bug#52362: [PATCH v3] guix: import: go: Use correct tag for go module in subdirectory.

2022-01-15 Thread Stephen Paul Weber
https://go.dev/ref/mod says a module in a subdirectory has a tag prefixed with the subdirectory. * guix/import/go.scm (version+subdirectory->tag-prefix): New variable. (vcs->origin): New argument module-path-subdirectory. --- guix/import/go.scm | 36 +--- 1 file