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