We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9c4f6 commit c6a7372Copy full SHA for c6a7372
shell.nix
@@ -40,7 +40,7 @@ let self = rec {
40
jupyter = pythonPackages.jupyter.overridePythonAttrs (old: {
41
propagatedBuildInputs =
42
with pythonPackages; old.propagatedBuildInputs ++ [
43
- (graphviz.overrideDerivation(old: { doCheck = false; }))
+ (graphviz.overridePythonAttrs(old: { doCheck = false; }))
44
iplantuml
45
ipywidgets
46
jupytext
0 commit comments