Textual 8 treats Select.BLANK as False, causing ConfigScreen to crash.
This commit is contained in:
@@ -24,7 +24,15 @@ python3Packages.buildPythonApplication rec {
|
||||
textual
|
||||
];
|
||||
|
||||
patches = [ ./fix-chat-log-race.patch ];
|
||||
patches = [
|
||||
./fix-chat-log-race.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace haivemind_tui.py \
|
||||
--replace-fail "sel.value = Select.BLANK" "sel.clear()" \
|
||||
--replace-fail "v is Select.BLANK" "v is Select.NULL"
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user