summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtwebsockets.nix
blob: a355662aed6c47945b90603655455bba9dc1d791 (plain) (blame)
1
2
3
4
5
6
7
{ qtModule, qtbase, qtdeclarative }:

qtModule {
  pname = "qtwebsockets";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
}