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

7 lines
93 B
Nix
Raw Normal View History

2016-05-03 00:50:19 +01:00
{ qtSubmodule, qtbase }:
qtSubmodule {
name = "qtxmlpatterns";
qtInputs = [ qtbase ];
}