forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtlocation.nix
blob12fa89b9aaead5c50253bf49abaa6dafff0762b3
1 { qtModule
2 , qtbase
3 , qtdeclarative
4 , qtpositioning
5 }:
7 qtModule {
8   pname = "qtlocation";
9   propagatedBuildInputs = [ qtbase qtdeclarative qtpositioning ];