Unverified Commit 3e184a5e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents 006c63ae 67761d86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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