nixpkgs/pkgs/development/libraries/qt-5/5.6/qtwayland.nix

9 lines
208 B
Nix
Raw Normal View History

2016-08-28 06:57:43 +02:00
{ qtSubmodule, qtbase, qtquickcontrols, wayland, pkgconfig }:
qtSubmodule {
name = "qtwayland";
qtInputs = [ qtbase qtquickcontrols ];
buildInputs = [ wayland ];
nativeBuildInputs = [ pkgconfig ];
}