supersonic: Pass migrated_fynedo tag to go build (#459911)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user