summary refs log blame commit diff
path: root/pkgs/development/libraries/qt-6/modules/qthttpserver.nix
blob: cf32c8a7ea76a3c8d2802b1de4c1f269dd345517 (plain) (tree)
1
2
3
4
5
6
7
8
9






                         
                                                  
 
{ qtModule
, qtbase
, qtwebsockets
}:

qtModule {
  pname = "qthttpserver";
  propagatedBuildInputs = [ qtbase qtwebsockets ];
}