pythonInterpreters: remove unnecessary rec
This commit is contained in:
@@ -46,7 +46,7 @@ with pkgs;
|
|||||||
inherit hasDistutilsCxxPatch pythonForBuild;
|
inherit hasDistutilsCxxPatch pythonForBuild;
|
||||||
};
|
};
|
||||||
|
|
||||||
in rec {
|
in {
|
||||||
|
|
||||||
python27 = callPackage ./cpython/2.7 {
|
python27 = callPackage ./cpython/2.7 {
|
||||||
self = python27;
|
self = python27;
|
||||||
|
|||||||
Reference in New Issue
Block a user