scmpuff: remove unnecessary `platforms`

See #153464, for buildGoModule this should only be set if the package doesn't work with the default platforms.
main
Bobby Rong 2 years ago committed by GitHub
parent 56f79db0ba
commit 71e504ff21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/applications/version-management/git-and-tools/scmpuff/default.nix

@ -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 ]);
};
}

Loading…
Cancel
Save