sagenb: fix matplotlib path

This commit is contained in:
Timo Kaufmann 2018-12-01 20:41:07 +01:00
parent 7dc4b0a1be
commit cb73495f02

View File

@ -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"
''; '';
} }