3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 851f6a12a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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