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

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