mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
7 lines
123 B
Nix
7 lines
123 B
Nix
|
{ qtSubmodule, qtbase, qtdeclarative }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtconnectivity";
|
||
|
qtInputs = [ qtbase qtdeclarative ];
|
||
|
}
|