python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtserialbus.nix
blob4fd6d7cb83c388761027aabe2aac14464dc08cea
1 { qtModule, qtbase, qtserialport }:
3 qtModule {
4   pname = "qtserialbus";
5   qtInputs = [ qtbase qtserialport ];