3
0
Fork 0
forked from mirrors/nixpkgs

lit: passthru python interpreter

This commit is contained in:
Jonathan Ringer 2020-03-31 10:34:04 -07:00 committed by Jon
parent 239343c6c3
commit 10993853d4

View file

@ -9,6 +9,10 @@ python3.pkgs.buildPythonApplication rec {
sha256 = "0vkqv0ijjkfg70j26cxqz75bpn2p78all5j5cw2gfcrn4c5aldf0";
};
passthru = {
python = python3;
};
# Non-standard test suite. Needs custom checkPhase.
doCheck = false;