7 lines
99 B
Nix
7 lines
99 B
Nix
{ qtSubmodule, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtdoc";
|
|
qtInputs = [ qtdeclarative ];
|
|
}
|