2021-01-18 22:50:56 -08:00
|
|
|
{ qtModule, qtbase, qtquickcontrols, wayland, pkg-config }:
|
2017-10-24 04:39:54 -07:00
|
|
|
|
|
|
|
qtModule {
|
|
|
|
name = "qtwayland";
|
|
|
|
qtInputs = [ qtbase qtquickcontrols ];
|
|
|
|
buildInputs = [ wayland ];
|
2021-01-18 22:50:56 -08:00
|
|
|
nativeBuildInputs = [ pkg-config ];
|
2017-10-24 04:39:54 -07:00
|
|
|
outputs = [ "out" "dev" "bin" ];
|
|
|
|
}
|