delve: Build on darwin

wip/yesman
adisbladis 7 years ago
parent 3804ca5648
commit d7ab19d9c0
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5
  1. 8
      pkgs/development/tools/delve/default.nix

@ -14,11 +14,11 @@ buildGoPackage rec {
sha256 = "1241zqyimgqil4qd72f0yiw935lkdmfr88kvqbkn9n05k7xhdg30";
};
meta = {
meta = with stdenv.lib; {
description = "debugger for the Go programming language";
homepage = https://github.com/derekparker/delve;
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
license = stdenv.lib.licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ vdemeester ];
license = licenses.mit;
platforms = [ "x86_64-linux" ] ++ platforms.darwin;
};
}

Loading…
Cancel
Save