mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 23:23:07 +00:00
8 lines
122 B
Nix
8 lines
122 B
Nix
|
{ qtSubmodule, qtbase, qtdeclarative }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtwebchannel";
|
||
|
qtInputs = [ qtbase qtdeclarative ];
|
||
|
}
|
||
|
|