python312Packages.kneaddata: init at 0.7.7-alpha (#340230)
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtlottie.nix
blobc1cefda1984ccdca15e78f5b28359d71f60b6fd0
2   qtModule,
3   qtbase,
4   qtdeclarative,
5 }:
7 qtModule {
8   pname = "qtlottie";
9   propagatedBuildInputs = [
10     qtbase
11     qtdeclarative
12   ];