about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-6/modules/qtlottie.nix
blob: 4231fcb26b1c94d5cee3cfa1dbc2a6d1639266a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ qtModule
, qtbase
, qtdeclarative
}:

qtModule {
  pname = "qtlottie";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
}