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

qt5.qtwayland: restrict platforms
This commit is contained in:
K900 2024-05-30 07:57:20 +03:00 committed by GitHub
commit 1ade5ae36e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}