File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
pkgs/by-name/go/gotraceui Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1010 libxkbcommon ,
1111 vulkan-headers ,
1212 wayland ,
13+ fetchpatch ,
1314} :
1415
1516buildGoModule rec {
@@ -19,11 +20,19 @@ buildGoModule rec {
1920 src = fetchFromGitHub {
2021 owner = "dominikh" ;
2122 repo = "gotraceui" ;
22- rev = "v${ version } " ;
23+ tag = "v${ version } " ;
2324 sha256 = "sha256-Rforuh9YlTv/mTpQm0+BaY+Ssc4DAiDCzVkIerP5Uz0=" ;
2425 } ;
2526
26- vendorHash = "sha256-dNV5u6BG+2Nzci6dX/4/4WAeM/zXE5+Ix0HqIsNnm0E=" ;
27+ patches = [
28+ ( fetchpatch {
29+ name = "switch-to-gio-fork.patch" ;
30+ url = "https://github.com/dominikh/gotraceui/commit/00289f5f4c1da3e13babd2389e533b069cd18e3c.diff" ;
31+ hash = "sha256-dxsVMjyKkRG4Q6mONlJAohWJ8YTu8KN7ynPVycJhcs8=" ;
32+ } )
33+ ] ;
34+
35+ vendorHash = "sha256-9rzcSxlOuQC5bt1kZuRX7CTQaDHKrtGRpMNLrOHTjJk=" ;
2736 subPackages = [ "cmd/gotraceui" ] ;
2837
2938 nativeBuildInputs = [ pkg-config ] ;
You can’t perform that action at this time.
0 commit comments