about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/openshift
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-03-19 23:24:37 +0100
committerRobert Helgesson <robert@rycee.net>2019-03-19 23:24:37 +0100
commitc18bb57627a87c6f03877386ecbc2e22d81d8afd (patch)
tree41a0aa5a699dc316d3b14a7b3df56a3e649856f9 /pkgs/applications/networking/cluster/openshift
parent0bf5c6acb4a8e1ee85f30401065f1b4d45b75136 (diff)
openshift: remove obsolete comment
Diffstat (limited to 'pkgs/applications/networking/cluster/openshift')
-rw-r--r--pkgs/applications/networking/cluster/openshift/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/openshift/default.nix b/pkgs/applications/networking/cluster/openshift/default.nix
index 652d4e58f6785..dd57add14af9c 100644
--- a/pkgs/applications/networking/cluster/openshift/default.nix
+++ b/pkgs/applications/networking/cluster/openshift/default.nix
@@ -33,8 +33,6 @@ in buildGoPackage rec {
 
   goPackagePath = "github.com/openshift/origin";
 
-  # go > 1.10
-  # [FATAL] [14:44:02+0000] Please install Go version go or use PERMISSIVE_GO=y to bypass this check.
   buildInputs = [ which rsync go-bindata kerberos clang ];
 
   patchPhase = ''