mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
7 lines
118 B
Nix
7 lines
118 B
Nix
{ qtSubmodule, qtbase, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtsensors";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
}
|