Skip to content

Commit

Permalink
delve: Build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Jan 2, 2018
1 parent 3804ca5 commit d7ab19d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/delve/default.nix
Expand Up @@ -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;
};
}

0 comments on commit d7ab19d

Please sign in to comment.