flake: build checks are only relevant with DISPLAY
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-05-06 22:29:17 +02:00
parent 194328118b
commit 2e7d3cf1b1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -62,7 +62,7 @@
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
inherit version; inherit version;
doCheck = true; doCheck = false;
# use go.mod for managing go deps, instead of vendor-only dir # use go.mod for managing go deps, instead of vendor-only dir
proxyVendor = true; proxyVendor = true;
tags = [ "wayland" ]; # go "-tags" to build with tags = [ "wayland" ]; # go "-tags" to build with