3a4df29a92
GitOrigin-RevId: 3d7435c638baffaa826b85459df0fff47f12317d
9 lines
118 B
Nix
9 lines
118 B
Nix
{ qtModule
|
|
, qtdeclarative
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtdoc";
|
|
qtInputs = [ qtdeclarative ];
|
|
outputs = [ "out" ];
|
|
}
|