forked from mirrors/nixpkgs
10 lines
118 B
Nix
10 lines
118 B
Nix
{ qtModule
|
|
, qtdeclarative
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtdoc";
|
|
qtInputs = [ qtdeclarative ];
|
|
outputs = [ "out" ];
|
|
}
|