mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* For convenience, provide pythonFull as a wrapper around Python that
includes all the internal Python modules. svn path=/nixpkgs/branches/modular-python/; revision=26564
This commit is contained in:
parent
d449c4db98
commit
3c9f4e6e72
@ -2273,7 +2273,9 @@ let
|
||||
sw_vers = if stdenv.isDarwin then pkgs.darwinSwVersUtility else null;
|
||||
};
|
||||
|
||||
pythonWrapper = callPackage ../development/interpreters/python/wrapper.nix { };
|
||||
pythonFull = callPackage ../development/interpreters/python/wrapper.nix {
|
||||
extraLibs = lib.attrValues python.modules;
|
||||
};
|
||||
|
||||
pyrex = pyrex095;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user