sagenb: fix matplotlib path
This commit is contained in:
@@ -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"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user