delve: Build on darwin

This commit is contained in:
adisbladis 2018-01-02 11:23:00 +01:00
parent 3804ca5648
commit d7ab19d9c0
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

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