mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 14:24:40 +00:00
11 lines
146 B
Nix
11 lines
146 B
Nix
{ qtModule
|
|
, qtbase
|
|
, qtdeclarative
|
|
, qtpositioning
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtlocation";
|
|
qtInputs = [ qtbase qtdeclarative qtpositioning ];
|
|
}
|