chore | work-around pipx build error
This commit is contained in:
parent
95a234d9b2
commit
86db24ce8e
1 changed files with 10 additions and 1 deletions
|
|
@ -78,7 +78,16 @@
|
||||||
notmuch
|
notmuch
|
||||||
pandoc
|
pandoc
|
||||||
pinentry-curses
|
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
|
ps_mem
|
||||||
psmisc
|
psmisc
|
||||||
ranger
|
ranger
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue