harlequin: fix eval when textual-textarea doesn't have pythonRelaxDeps
This commit is contained in:
@@ -28,7 +28,7 @@ let
|
||||
});
|
||||
|
||||
textual-textarea = super.textual-textarea.overridePythonAttrs (old: {
|
||||
pythonRelaxDeps = old.pythonRelaxDeps ++ [ "textual" ];
|
||||
pythonRelaxDeps = (old.pythonRelaxDeps or [ ]) ++ [ "textual" ];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user