jupyterlab: fix JUPYTERLAB_DIR lookup
without this option jupyterlab will look into the system python installation directories
This commit is contained in:
parent
2e18f1661b
commit
48bc430dea
@ -15,6 +15,10 @@ buildPythonPackage rec {
|
|||||||
notebook
|
notebook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
makeWrapperArgs = [
|
||||||
|
"--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
|
||||||
|
];
|
||||||
|
|
||||||
# Depends on npm
|
# Depends on npm
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user