nixpkgs/pkgs/development/libraries/qt-5/5.9/qtgraphicaleffects.nix

7 lines
112 B
Nix
Raw Normal View History

{ qtSubmodule, qtdeclarative }:
qtSubmodule {
name = "qtgraphicaleffects";
qtInputs = [ qtdeclarative ];
}