mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #315715 from wegank/qt5-qtwayland-broken
qt5.qtwayland: restrict platforms
This commit is contained in:
commit
1ade5ae36e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user