mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
7 lines
109 B
Nix
7 lines
109 B
Nix
{ qtSubmodule, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtquickcontrols";
|
|
qtInputs = [ qtdeclarative ];
|
|
}
|