nixpkgs-odroid-hc4/pkgs/development/libraries/qt-6/modules/qtwebchannel.nix
2025-12-20 09:59:59 +11:00

12 lines
185 B
Nix

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