lit: passthru python interpreter
This commit is contained in:
@@ -9,6 +9,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
sha256 = "0vkqv0ijjkfg70j26cxqz75bpn2p78all5j5cw2gfcrn4c5aldf0";
|
sha256 = "0vkqv0ijjkfg70j26cxqz75bpn2p78all5j5cw2gfcrn4c5aldf0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
python = python3;
|
||||||
|
};
|
||||||
|
|
||||||
# Non-standard test suite. Needs custom checkPhase.
|
# Non-standard test suite. Needs custom checkPhase.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user