delve: Build on darwin
This commit is contained in:
parent
3804ca5648
commit
d7ab19d9c0
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user