2016-05-11 10:19:28 -05:00

7 lines
93 B
Nix

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