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-16 20:03:26 +02:00
committed by GitHub
co-authored by Sandro
parent 3d7435c638
commit 953d77f67f
-1
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;
};
}