mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
pythonInterpreters: remove unnecessary rec
This commit is contained in:
parent
300246ad05
commit
92d2153e6c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user