python3Packages.nbsphinx: move env vars into env for structuredAttrs
This commit is contained in:
@@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
# The package has not tests
|
||||
doCheck = false;
|
||||
|
||||
JUPYTER_PATH = "${nbconvert}/share/jupyter";
|
||||
env.JUPYTER_PATH = "${nbconvert}/share/jupyter";
|
||||
|
||||
pythonImportsCheck = [ "nbsphinx" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user