From 5499a2add17e8caf403d804d0e44d6d35e42885a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 29 May 2026 14:47:08 -0500 Subject: [PATCH] chore | work-around pipx build error --- home/common/pi-server.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/home/common/pi-server.nix b/home/common/pi-server.nix index 87f487d..8022930 100644 --- a/home/common/pi-server.nix +++ b/home/common/pi-server.nix @@ -35,7 +35,16 @@ ncdu nmap pinentry-curses - pipx + # pipx # FIXME - not building 2026-05-26 + # See https://github.com/NixOS/nixpkgs/issues/522307 + (pipx.overridePythonAttrs (old: { + disabledTests = + (old.disabledTests or []) + ++ [ + "test_fix_package_name" + "test_parse_specifier_for_metadata" + ]; + })) ps_mem psmisc tmux