Merge pull request #120697 from raboof/treewide-go-inherit-platforms-instead-of-using-platforms.all
treewide: go: inherit platforms instead of using platforms.all
This commit is contained in:
@@ -24,6 +24,5 @@ buildGoModule rec {
|
||||
homepage = "https://robustirc.net/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.hax404 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,6 +37,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/mackerelio/mackerel-agent";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ midchildan ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user