mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 05:25:38 +00:00
7 lines
99 B
Nix
7 lines
99 B
Nix
|
{ qtSubmodule, qtdeclarative }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtdoc";
|
||
|
qtInputs = [ qtdeclarative ];
|
||
|
}
|