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

7 lines
159 B
Nix
Raw Normal View History

2016-06-26 21:49:23 +01:00
{ qtSubmodule, qtquickcontrols, qtlocation, qtwebchannel }:
qtSubmodule {
name = "qtwebengine";
qtInputs = [ qtquickcontrols qtlocation qtwebchannel ];
}