mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
3d7435c638
commit
953d77f67f
@ -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…
Reference in New Issue
Block a user