summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.8/qtwayland.nix
blob: 6d887f7c650b058b3457db2b571af2341781d5fb (plain) (blame)
1
2
3
4
5
6
7
8
{ qtSubmodule, qtbase, qtquickcontrols, wayland, pkgconfig }:

qtSubmodule {
  name = "qtwayland";
  qtInputs = [ qtbase qtquickcontrols ];
  buildInputs = [ wayland ];
  nativeBuildInputs = [ pkgconfig ];
}