Unverified Commit 1ade5ae3 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #315715 from wegank/qt5-qtwayland-broken

qt5.qtwayland: restrict platforms
parents 0aa9af06 fc377808
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;
}