16 lines
179 B
Nix
16 lines
179 B
Nix
|
|
{
|
||
|
|
qtModule,
|
||
|
|
qtbase,
|
||
|
|
qtdeclarative,
|
||
|
|
qtpositioning,
|
||
|
|
}:
|
||
|
|
|
||
|
|
qtModule {
|
||
|
|
pname = "qtlocation";
|
||
|
|
propagatedBuildInputs = [
|
||
|
|
qtbase
|
||
|
|
qtdeclarative
|
||
|
|
qtpositioning
|
||
|
|
];
|
||
|
|
}
|