Merge pull request #77610 from LnL7/darwin-stdenv-python3

darwin-stdenv: bootstrap with python3
This commit is contained in:
Frederik Rietdijk
2020-01-15 09:24:57 +01:00
committed by GitHub
48 changed files with 181 additions and 253 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, xar, cpio, pkgs, python, pbzx, lib }:
{ stdenv, fetchurl, xar, cpio, pkgs, python3, pbzx, lib }:
let
# sadly needs to be exported because security_tool needs it
@@ -16,7 +16,7 @@ let
sha256 = "13xq34sb7383b37hwy076gnhf96prpk1b4087p87xnwswxbrisih";
};
buildInputs = [ xar cpio python pbzx ];
nativeBuildInputs = [ xar cpio python3 pbzx ];
outputs = [ "out" "dev" "man" ];