sagenb: fix matplotlib path
This commit is contained in:
parent
7dc4b0a1be
commit
cb73495f02
@ -55,6 +55,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# let sagenb use mathjax
|
# let sagenb use mathjax
|
||||||
postInstall = ''
|
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…
x
Reference in New Issue
Block a user