summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/openshift
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-03-18 10:43:51 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-03-18 11:29:40 +0000
commitea871809844410e2a64169094cc63895ed8a2228 (patch)
tree33b50bac00ce12b7fb9b25e9110fe7b43e17cdc3 /pkgs/applications/networking/cluster/openshift
parentae08790703b48fde1f6f384ec3bc03c0e64ab2bc (diff)
openshift: fix build with strict deps
Diffstat (limited to 'pkgs/applications/networking/cluster/openshift')
-rw-r--r--pkgs/applications/networking/cluster/openshift/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/openshift/default.nix b/pkgs/applications/networking/cluster/openshift/default.nix
index 3b96ef4ea45e..fb88dfdbb643 100644
--- a/pkgs/applications/networking/cluster/openshift/default.nix
+++ b/pkgs/applications/networking/cluster/openshift/default.nix
@@ -33,7 +33,9 @@ in buildGoPackage rec {
goPackagePath = "github.com/openshift/origin";
- buildInputs = [ which rsync go-bindata kerberos clang ];
+ buildInputs = [ kerberos ];
+
+ nativeBuildInputs = [ which rsync go-bindata clang ];
patchPhase = ''
patchShebangs ./hack