02cf88bb76
GitOrigin-RevId: c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d
9 lines
114 B
Nix
9 lines
114 B
Nix
{ qtModule
|
|
, qtbase
|
|
, qtdeclarative
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtlottie";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
}
|