chore | work-around pipx build error

This commit is contained in:
Don Harper 2026-05-29 14:47:08 -05:00
parent ad980b4938
commit 5499a2add1

View file

@ -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