chore | work-around pipx build error
This commit is contained in:
parent
ad980b4938
commit
5499a2add1
1 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue