mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
pkgs/top-level/all-packages.nix: use callPackage to import the python 3 expression
svn path=/nixpkgs/trunk/; revision=25756
This commit is contained in:
parent
4262167be0
commit
1620eb2311
@ -2338,8 +2338,7 @@ let
|
||||
inherit (pkgs.xlibs) libX11 xproto;
|
||||
});
|
||||
|
||||
python3 = makeOverridable (import ../development/interpreters/python/3.1) {
|
||||
inherit (pkgs) fetchurl stdenv zlib bzip2 gdbm;
|
||||
python3 = callPackage ../development/interpreters/python/3.1 {
|
||||
arch = if stdenv.isDarwin then pkgs.darwinArchUtility else null;
|
||||
sw_vers = if stdenv.isDarwin then pkgs.darwinSwVersUtility else null;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user