depot/third_party/nixpkgs/pkgs/development/libraries/qt-5/modules/qtlottie.nix

10 lines
114 B
Nix
Raw Normal View History

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