mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11: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 (_: {
|
||||
postPatch = ''
|
||||
postPatch = lib.optionalString (lib.versionAtLeast self.nbconvert.version "6.5.0") ''
|
||||
substituteInPlace \
|
||||
./nbconvert/exporters/templateexporter.py \
|
||||
--replace \
|
||||
|
|
Loading…
Add table
Reference in a new issue