pythonInterpreters: remove unnecessary rec

This commit is contained in:
Frederik Rietdijk 2019-12-02 20:10:51 +01:00
parent 300246ad05
commit 92d2153e6c

View file

@ -46,7 +46,7 @@ with pkgs;
inherit hasDistutilsCxxPatch pythonForBuild;
};
in rec {
in {
python27 = callPackage ./cpython/2.7 {
self = python27;