buildGoPackage: remove platform.all from packages

This commit is contained in:
zowoq
2020-07-29 15:26:59 +10:00
committed by Jon
parent 42313b92bc
commit a83a88db05
65 changed files with 0 additions and 65 deletions

View File

@@ -18,7 +18,6 @@ buildGoPackage {
meta = with stdenv.lib; {
homepage = "https://github.com/shoenig/marathonctl";
description = "CLI tool for Marathon";
platforms = platforms.all;
license = licenses.mit;
maintainers = with maintainers; [ manveru ];
};