mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
2dcbb8e81f
It requires qt5.7
7 lines
110 B
Nix
7 lines
110 B
Nix
{ qtSubmodule, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtquickcontrols2";
|
|
qtInputs = [ qtdeclarative ];
|
|
}
|