python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtwayland.nix
blob3ac23d28a7983c908366df14fd23d0405120f1f0
1 { qtModule
2 , qtbase
3 , qtquick3d
4 , qtdeclarative
5 , wayland
6 , pkg-config
7 , xlibsWrapper
8 , libdrm
9 }:
11 qtModule {
12   pname = "qtwayland";
13   qtInputs = [ qtbase qtdeclarative ];
14   buildInputs = [ wayland xlibsWrapper libdrm ];
15   nativeBuildInputs = [ pkg-config ];