sagenb: fix matplotlib path
This commit is contained in:
parent
7dc4b0a1be
commit
cb73495f02
1 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ buildPythonPackage rec {
|
|||
|
||||
# let sagenb use mathjax
|
||||
postInstall = ''
|
||||
ln -s ${mathjax}/lib/node_modules/mathjax "$out/${python.sitePackages}/mathjax"
|
||||
mkdir -p "$out/${python.sitePackages}/sagenb/data"
|
||||
ln -s ${mathjax}/lib/node_modules/mathjax "$out/${python.sitePackages}/sagenb/data/mathjax"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue