python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qttools.nix
blobb1cf5dd2c146d849f7ed38d15f09cc7bfc593a55
1 { qtModule
2 , stdenv
3 , lib
4 , qtbase
5 , qtdeclarative
6 }:
8 qtModule {
9   pname = "qttools";
10   qtInputs = [ qtbase qtdeclarative ];