mysql80: fix darwin and LLVM 19 build (#374591)
[NixPkgs.git] / pkgs / development / libraries / qt-5 / modules / qtlottie.nix
blobc1cefda1984ccdca15e78f5b28359d71f60b6fd0
2   qtModule,
3   qtbase,
4   qtdeclarative,
5 }:
7 qtModule {
8   pname = "qtlottie";
9   propagatedBuildInputs = [
10     qtbase
11     qtdeclarative
12   ];