supersonic: Pass migrated_fynedo tag to go build (#459911)

This commit is contained in:
Aleksana
2025-11-16 03:39:20 +00:00
committed by GitHub
+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