delve: remove restriction from platforms (#177722)

* delve: Build for Linux aarch64|arm64

* Update pkgs/development/tools/delve/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Karl Skewes 2022-06-17 06:03:26 +12:00 committed by GitHub
parent 3d7435c638
commit 953d77f67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,5 @@ buildGoModule rec {
homepage = "https://github.com/go-delve/delve";
maintainers = with maintainers; [ SuperSandro2000 vdemeester ];
license = licenses.mit;
platforms = [ "x86_64-linux" ] ++ platforms.darwin;
};
}