mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
7 lines
118 B
Nix
7 lines
118 B
Nix
![]() |
{ qtSubmodule, qtbase, qtdeclarative }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtsensors";
|
||
|
qtInputs = [ qtbase qtdeclarative ];
|
||
|
}
|