linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / qt-5 / modules / qtwayland.nix
blob5291ea9c9a787a43fad0a7b90e8ddfd94cea651c
1 { qtModule, qtbase, qtquickcontrols, wayland, pkg-config }:
3 qtModule {
4   name = "qtwayland";
5   qtInputs = [ qtbase qtquickcontrols ];
6   buildInputs = [ wayland ];
7   nativeBuildInputs = [ pkg-config ];
8   outputs = [ "out" "dev" "bin" ];