forked from mirrors/nixpkgs
lit: passthru python interpreter
This commit is contained in:
parent
239343c6c3
commit
10993853d4
|
@ -9,6 +9,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||
sha256 = "0vkqv0ijjkfg70j26cxqz75bpn2p78all5j5cw2gfcrn4c5aldf0";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
python = python3;
|
||||
};
|
||||
|
||||
# Non-standard test suite. Needs custom checkPhase.
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue