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

qtModule {
  pname = "qtwebsockets";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
  buildInputs = [ openssl ];
}