mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
warp-plus: mark broken
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user