jupyterlab: fix JUPYTERLAB_DIR lookup

without this option jupyterlab will look into the system python installation directories
This commit is contained in:
zimbatm 2018-04-09 15:17:42 +01:00
parent 2e18f1661b
commit 48bc430dea

View File

@ -15,6 +15,10 @@ buildPythonPackage rec {
notebook
];
makeWrapperArgs = [
"--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
];
# Depends on npm
doCheck = false;