buildGoPackage: remove platform.all from packages
This commit is contained in:
@@ -21,7 +21,6 @@ buildGoPackage rec {
|
||||
homepage = "https://github.com/golang/dep";
|
||||
description = "Go dependency management tool";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ carlsverre rvolosatovs ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user