mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
gitmux: unpin Go builder, disable tests
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -21,6 +21,12 @@ buildGoModule (finalAttrs: {
|
||||
|
||||
nativeCheckInputs = [ git ];
|
||||
|
||||
# After bump of Go toolchain to version >1.22, tests fail with:
|
||||
# vendor/github.com/rogpeppe/go-internal/testscript/exe_go118.go:14:27:
|
||||
# cannot use nopTestDeps{} (value of struct type nopTestDeps) as testing.testDeps value in argument to testing.MainStart:
|
||||
# nopTestDeps does not implement testing.testDeps (missing method InitRuntimeCoverage)'.
|
||||
doCheck = false;
|
||||
|
||||
ldflags = [ "-X main.version=${finalAttrs.version}" ];
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
|
||||
@@ -1387,9 +1387,7 @@ with pkgs;
|
||||
|
||||
gitlint = python3Packages.callPackage ../applications/version-management/gitlint { };
|
||||
|
||||
gitmux = callPackage ../applications/version-management/gitmux {
|
||||
buildGoModule = buildGo122Module;
|
||||
};
|
||||
gitmux = callPackage ../applications/version-management/gitmux { };
|
||||
|
||||
gittyup = libsForQt5.callPackage ../applications/version-management/gittyup { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user