warp-plus: mark broken

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-03-28 08:58:52 +01:00
parent 9216f2e485
commit 23502cd2e9
2 changed files with 3 additions and 4 deletions

View File

@@ -48,5 +48,8 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ paveloom ];
mainProgram = "warp-plus";
# Doesn't work with Go toolchain >1.22, runtime error:
# 'panic: tls.ConnectionState doesn't match'
broken = true;
};
}

View File

@@ -16765,10 +16765,6 @@ with pkgs;
whispers = with python3Packages; toPythonApplication whispers;
warp-plus = callPackage ../by-name/wa/warp-plus/package.nix {
buildGoModule = buildGo122Module;
};
# Should always be the version with the most features
w3m-full = w3m;