openshift: fix build with strict deps

This commit is contained in:
Jörg Thalheim 2020-03-18 10:43:51 +00:00
parent ae08790703
commit ea87180984
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -33,7 +33,9 @@ in buildGoPackage rec {
goPackagePath = "github.com/openshift/origin"; goPackagePath = "github.com/openshift/origin";
buildInputs = [ which rsync go-bindata kerberos clang ]; buildInputs = [ kerberos ];
nativeBuildInputs = [ which rsync go-bindata clang ];
patchPhase = '' patchPhase = ''
patchShebangs ./hack patchShebangs ./hack