about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-6/modules/qtlocation.nix
blob: 12fa89b9aaead5c50253bf49abaa6dafff0762b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ qtModule
, qtbase
, qtdeclarative
, qtpositioning
}:

qtModule {
  pname = "qtlocation";
  propagatedBuildInputs = [ qtbase qtdeclarative qtpositioning ];
}