depot/third_party/nixpkgs/pkgs/development/libraries/qt-6/modules/qthttpserver.nix

10 lines
116 B
Nix
Raw Normal View History

{ qtModule
, qtbase
, qtwebsockets
}:
qtModule {
pname = "qthttpserver";
qtInputs = [ qtbase qtwebsockets ];
}