Replace 'with plaforms; platform' with 'platforms.platform'

This commit is contained in:
Pascal Wittmann
2015-11-18 11:34:09 +01:00
parent 33a8e07d64
commit c283a3da68
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ goPackages.buildGoPackage rec {
license = licenses.asl20;
homepage = https://github.com/kubernetes/heapster;
maintainers = with maintainers; [ offline ];
platforms = with platforms; docker.meta.platforms;
platforms = docker.meta.platforms;
};
}