scmpuff: remove unnecessary platforms

See #153464, for buildGoModule this should only be set if the package doesn't work with the default platforms.
This commit is contained in:
Bobby Rong
2022-04-09 22:37:23 +08:00
committed by GitHub
parent 56f79db0ba
commit 71e504ff21
@@ -25,6 +25,5 @@ buildGoModule rec {
homepage = "https://github.com/mroth/scmpuff";
license = licenses.mit;
maintainers = with maintainers; [ cpcloud ];
platforms = concatLists (with platforms; [ linux darwin windows ]);
};
}