From 86db24ce8e5b44161184e33ce4bdde99b48ea9cc Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 28 May 2026 06:54:25 -0500 Subject: [PATCH] chore | work-around pipx build error --- home/common/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/home/common/default.nix b/home/common/default.nix index 8ae6801..8f3d44b 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -78,7 +78,16 @@ notmuch pandoc 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 ranger