python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / kde-frameworks / modemmanager-qt.nix
blob507e24e8f61e5dd8c4fe617742acc99908a325e6
2   mkDerivation,
3   extra-cmake-modules,
4   modemmanager, qtbase
5 }:
7 mkDerivation {
8   pname = "modemmanager-qt";
9   nativeBuildInputs = [ extra-cmake-modules ];
10   propagatedBuildInputs = [ modemmanager qtbase ];
11   outputs = [ "out" "dev" ];