Merge pull request #161420 from stehessel/fix-openshift-build-inputs

openshift: fix build on darwin
This commit is contained in:
Pascal Bach
2022-02-23 00:06:13 +01:00
committed by GitHub
@@ -33,9 +33,16 @@ in buildGoPackage rec {
goPackagePath = "github.com/openshift/origin";
buildInputs = [ libkrb5 ncurses ];
buildInputs = [ libkrb5 ];
nativeBuildInputs = [ which rsync go-bindata clang installShellFiles ];
nativeBuildInputs = [
clang
go-bindata
installShellFiles
ncurses
rsync
which
];
patchPhase = ''
patchShebangs ./hack