mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
chore: branch on version
This commit is contained in:
parent
e834b72e8c
commit
3dfba8273e
1 changed files with 1 additions and 1 deletions
|
@ -2406,7 +2406,7 @@ lib.composeManyExtensions [
|
||||||
});
|
});
|
||||||
|
|
||||||
nbconvert = super.nbconvert.overridePythonAttrs (_: {
|
nbconvert = super.nbconvert.overridePythonAttrs (_: {
|
||||||
postPatch = ''
|
postPatch = lib.optionalString (lib.versionAtLeast self.nbconvert.version "6.5.0") ''
|
||||||
substituteInPlace \
|
substituteInPlace \
|
||||||
./nbconvert/exporters/templateexporter.py \
|
./nbconvert/exporters/templateexporter.py \
|
||||||
--replace \
|
--replace \
|
||||||
|
|
Loading…
Add table
Reference in a new issue