nixpkgs/pkgs/development/libraries/qt-6/modules/qtlocation.nix
2023-04-16 22:17:26 +08:00

11 lines
146 B
Nix

{ qtModule
, qtbase
, qtdeclarative
, qtpositioning
}:
qtModule {
pname = "qtlocation";
qtInputs = [ qtbase qtdeclarative qtpositioning ];
}