Commit dd69531b authored by Weijia Wang's avatar Weijia Wang Committed by github-actions[bot]
Browse files

qt5.qtwayland: restrict platforms

(cherry picked from commit fc377808)
parent 19f0660e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{ qtModule, qtbase, qtquickcontrols, wayland, wayland-scanner, pkg-config }:
{ qtModule, qtbase, qtquickcontrols, wayland, wayland-scanner, pkg-config, lib }:

qtModule {
  pname = "qtwayland";
@@ -12,4 +12,5 @@ qtModule {
    # context).
    ./qtwayland-app_id.patch
  ];
  meta.badPlatforms = lib.platforms.darwin;
}