nixpkgs/pkgs/development/libraries/qt-5/5.6/qtxmlpatterns.nix
2016-05-11 10:19:28 -05:00

6 lines
93 B
Nix

{ qtSubmodule, qtbase }:
qtSubmodule {
name = "qtxmlpatterns";
qtInputs = [ qtbase ];
}