no more goPackages

This commit is contained in:
Kamil Chmielewski
2016-06-09 13:08:00 +02:00
parent 6f51fdd81c
commit 7eb671ebcd
81 changed files with 340 additions and 340 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, goPackages, fetchFromGitHub, docker }:
{ lib, buildGoPackage, fetchFromGitHub, docker }:
goPackages.buildGoPackage rec {
buildGoPackage rec {
rev = "3057a2c07061c8d9ffaf77e5442ffd7512ac0133";
name = "heapster-${lib.strings.substring 0 7 rev}";
goPackagePath = "k8s.io/heapster";