c7e6337bd0
GitOrigin-RevId: 08e4dc3a907a6dfec8bb3bbf1540d8abbffea22b
10 lines
146 B
Nix
10 lines
146 B
Nix
{ qtModule
|
|
, qtbase
|
|
, qtdeclarative
|
|
, qtpositioning
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtlocation";
|
|
qtInputs = [ qtbase qtdeclarative qtpositioning ];
|
|
}
|