about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qtwayland.nix
blob: ddd402f3c22211860fbfbf4f543b6d9458858aaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ qtModule
, qtbase
, qtquick3d
, qtdeclarative
, wayland
, pkg-config
, libdrm
}:

qtModule {
  pname = "qtwayland";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
  buildInputs = [ wayland libdrm ];
  nativeBuildInputs = [ pkg-config ];
}