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