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>
main
Karl Skewes 2 years ago committed by GitHub
parent 3d7435c638
commit 953d77f67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/development/tools/delve/default.nix

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

Loading…
Cancel
Save