mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Python 3.3: be explicit about buildInputs
This commit is contained in:
parent
8fa6930d84
commit
58ec2d47ea
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ stdenv.mkDerivation {
|
|||
pythonVersion = majorVersion;
|
||||
inherit majorVersion version;
|
||||
|
||||
inherit buildInputs;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.xz";
|
||||
sha256 = "0gsxpgd5p4mwd01gw501vsyahncyw3h9836ypkr3y32kgazy89jj";
|
||||
|
|
Loading…
Reference in a new issue