diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-26 20:55:06 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-26 20:55:06 +0000 |
commit | 75437dbb7695bf336e349796f075df06662b130c (patch) | |
tree | f9be05fb167d6405297f9f5db1196c73b9795edc /gnu/local.mk | |
parent | 55859a28cc1deeddb2d7e46c3a4579290029501b (diff) | |
parent | 9e2de68cf8aa5ac590ae3fca4fe90ac1b91bfa8a (diff) |
Merge remote-tracking branch 'origin/go-team'
Change-Id: I3672a7dc248a41b1a83e4c488523f62cf1806710
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9457fbf4cb..6961b8816c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -342,6 +342,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/golang-compression.scm \ %D%/packages/golang-crypto.scm \ %D%/packages/golang-maths.scm \ + %D%/packages/golang-vcs.scm \ %D%/packages/golang-web.scm \ %D%/packages/golang-xyz.scm \ %D%/packages/gperf.scm \ @@ -1507,8 +1508,6 @@ dist_patch_DATA = \ %D%/packages/patches/go-fix-script-tests.patch \ %D%/packages/patches/go-gopkg-in-yaml-v3-32bit.patch \ %D%/packages/patches/go-github-com-golang-snappy-32bit-test.patch \ - %D%/packages/patches/go-github-com-urfave-cli-fix-tests.patch \ - %D%/packages/patches/go-github-com-urfave-cli-v2-fix-tests.patch \ %D%/packages/patches/go-github-com-warpfork-go-wish-fix-tests.patch \ %D%/packages/patches/go-github-com-wraparound-wrap-free-fonts.patch \ %D%/packages/patches/go-skip-gc-test.patch \ |