nixpkgs/pkgs/development/libraries/qt-5/5.5/qtxmlpatterns.nix

7 lines
93 B
Nix
Raw Normal View History

2015-09-27 17:46:48 +03:00
{ qtSubmodule, qtbase }:
qtSubmodule {
name = "qtxmlpatterns";
qtInputs = [ qtbase ];
}