openshift: fix build with strict deps
This commit is contained in:
parent
ae08790703
commit
ea87180984
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user