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