Unverified Commit 7fd53be8 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #315828 from NixOS/backport-315715-to-release-24.05

[Backport release-24.05] qt5.qtwayland: restrict platforms
parents 19f0660e dd69531b
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;
}