qt5.qtwayland: restrict platforms

This commit is contained in:
Weijia Wang 2024-05-29 22:54:46 +02:00
parent 3892ca21ff
commit fc37780866

View File

@ -1,4 +1,4 @@
{ 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;
}