nixpkgs/pkgs/development/libraries/qt-6/modules/qthttpserver.nix
2022-09-29 21:19:28 +08:00

9 lines
116 B
Nix

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