nixpkgs/pkgs/development/libraries/qt-5/5.5/qtenginio.nix
2016-07-28 18:26:54 -05:00

7 lines
103 B
Nix

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