ec92d4d331
GitOrigin-RevId: 540dccb2aeaffa9dc69bfdc41c55abd7ccc6baa3
7 lines
180 B
Nix
7 lines
180 B
Nix
{ qtModule, qtbase, qtdeclarative }:
|
|
|
|
qtModule {
|
|
pname = "qtxmlpatterns";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
devTools = [ "bin/xmlpatterns" "bin/xmlpatternsvalidator" ];
|
|
}
|