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

8 lines
122 B
Nix
Raw Normal View History

2016-06-26 20:48:03 +00:00
{ qtSubmodule, qtbase, qtdeclarative }:
qtSubmodule {
name = "qtwebchannel";
qtInputs = [ qtbase qtdeclarative ];
}