buildGoPackage: remove platform.all from packages
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user