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"; sha256 = "1241zqyimgqil4qd72f0yiw935lkdmfr88kvqbkn9n05k7xhdg30";
}; };
meta = { meta = with stdenv.lib; {
description = "debugger for the Go programming language"; description = "debugger for the Go programming language";
homepage = https://github.com/derekparker/delve; homepage = https://github.com/derekparker/delve;
maintainers = with stdenv.lib.maintainers; [ vdemeester ]; maintainers = with maintainers; [ vdemeester ];
license = stdenv.lib.licenses.mit; license = licenses.mit;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ] ++ platforms.darwin;
}; };
} }