Pantheon updates 2024-12-13 (#364951)
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtlocation.nix
blob120b05b0b1939e1ae06222d27ba677e71a2ded43
2   qtModule,
3   qtbase,
4   qtdeclarative,
5   qtpositioning,
6 }:
8 qtModule {
9   pname = "qtlocation";
10   propagatedBuildInputs = [
11     qtbase
12     qtdeclarative
13     qtpositioning
14   ];