Commit 5fd1e6b 1 parent c3541b7 commit 5fd1e6b Copy full SHA for 5fd1e6b
File tree 3 files changed +2
-49
lines changed
3 files changed +2
-49
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ with lib;
28
28
} ;
29
29
30
30
config = mkIf config . exporters . nbconvert . enable {
31
- builtExporters . nbconvert = config . pkgs . callPackage ./nbconvert.nix {
31
+ builtExporters . nbconvert = config . pkgsMaster . callPackage ./nbconvert.nix {
32
32
texliveScheme = config . pkgs . texlive . combined . ${ config . exporters . nbconvert . texliveScheme } ;
33
33
} ;
34
34
} ;
Original file line number Diff line number Diff line change 6
6
} :
7
7
8
8
let
9
- nbconvert = python3 . pkgs . nbconvert . overrideAttrs ( oldAttrs : {
10
- patches = oldAttrs . patches ++ [
11
- ./fix-asciidoc.patch
12
- ] ;
13
- } ) ;
9
+ nbconvert = python3 . pkgs . nbconvert ;
14
10
15
11
common = callPackage ../kernels/common.nix { } ;
16
12
You can’t perform that action at this time.
0 commit comments