2 stdenv, lib, fetchFromGitHub, pkg-config, buildGoModule,
3 libGL, libX11, libXcursor, libXfixes, libxkbcommon, vulkan-headers, wayland,
10 src = fetchFromGitHub {
14 sha256 = "sha256-hdI1TT33pPHK5018RQ+riPVqzqOF/xDkvh0WoYi6Pes=";
17 vendorHash = "sha256-nXPiwSG2Hs86/raDvTv2p77P6Xwm+t8VT0dvZpXE8Os=";
18 subPackages = ["cmd/gotraceui"];
20 nativeBuildInputs = [ pkg-config ];
32 ldflags = ["-X gioui.org/app.ID=co.honnef.Gotraceui"];
39 description = "An efficient frontend for Go execution traces";
40 homepage = "https://github.com/dominikh/gotraceui";
41 platforms = platforms.linux;
42 license = licenses.mit;
43 maintainers = with maintainers; [ dominikh ];