aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/libraries/qt-5/modules/qtwebchannel.nix
blob: 84fb88385a3ecaa21a379676f7c9186aa400a3ce (plain)
1
2
3
4
5
6
7
8
{ qtModule, qtbase, qtdeclarative }:

qtModule {
  name = "qtwebchannel";
  qtInputs = [ qtbase qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
}