2021-02-05 17:12:51 +00:00
|
|
|
{ qtModule, qtbase, qtquickcontrols, wayland, pkg-config }:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
qtModule {
|
2021-05-28 09:39:13 +00:00
|
|
|
pname = "qtwayland";
|
2020-04-24 23:36:52 +00:00
|
|
|
qtInputs = [ qtbase qtquickcontrols ];
|
|
|
|
buildInputs = [ wayland ];
|
2021-02-05 17:12:51 +00:00
|
|
|
nativeBuildInputs = [ pkg-config ];
|
2020-04-24 23:36:52 +00:00
|
|
|
outputs = [ "out" "dev" "bin" ];
|
|
|
|
}
|