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