pass migrated_fynedo tag to go build

This commit is contained in:
Drew Weymouth
2025-11-08 16:27:40 -08:00
committed by GitHub
parent 52f25dd8c8
commit 67761d86bd
+1 -1
View File
@@ -38,7 +38,7 @@ buildGoModule rec {
];
# go-glfw doesn't support both X11 and Wayland in single build
tags = lib.optionals waylandSupport [ "wayland" ];
tags = [ "migrated_fynedo" ] ++ lib.optionals waylandSupport [ "wayland" ];
buildInputs = [
libglvnd