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

7 lines
112 B
Nix
Raw Normal View History

2015-09-27 14:46:48 +00:00
{ qtSubmodule, qtdeclarative }:
qtSubmodule {
name = "qtgraphicaleffects";
qtInputs = [ qtdeclarative ];
}