Compare commits
No commits in common. "b234bdbd062c5861601edec932d12d5c1e9c077b" and "b916e4ac4d3ae3e6fd3579aeee55452e1c9c9b13" have entirely different histories.
b234bdbd06
...
b916e4ac4d
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
{ lib, ... }:
|
||||
|
||||
final: prev: {
|
||||
# python-poetry/poetry#5929
|
||||
poetry = final.symlinkJoin {
|
||||
name = "poetry";
|
||||
paths = [ prev.poetry ];
|
||||
postBuild =
|
||||
let
|
||||
regex = "s/'([a-z]*[[:blank:]][a-z]*)''/\1'/g";
|
||||
in
|
||||
''
|
||||
${lib.getExe final.gnused} -i -E "${regex}" "$out/share/fish/vendor_completions.d/poetry.fish"
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue