python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtpositioning.nix
blob99b06bbf2536b66890e3b0ecd965b6080a3d6caa
1 { qtModule
2 , qtbase
3 , qtdeclarative
4 , qtserialport
5 , pkg-config
6 , openssl
7 }:
9 qtModule {
10   pname = "qtpositioning";
11   qtInputs = [ qtbase qtdeclarative qtserialport ];
12   nativeBuildInputs = [ pkg-config ];
13   buildInputs = [ openssl ];