mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 11:33:31 +00:00
8 lines
180 B
Nix
8 lines
180 B
Nix
{ qtModule, qtbase, qtdeclarative }:
|
|
|
|
qtModule {
|
|
pname = "qtxmlpatterns";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
devTools = [ "bin/xmlpatterns" "bin/xmlpatternsvalidator" ];
|
|
}
|