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

12 lines
157 B
Nix
Raw Normal View History

{ qtModule
, qtbase
, qtdeclarative
, openssl
}:
qtModule {
pname = "qtwebsockets";
qtInputs = [ qtbase qtdeclarative ];
buildInputs = [ openssl ];
}