mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-02 16:37:02 +00:00
6 lines
118 B
Nix
6 lines
118 B
Nix
{ qtSubmodule, qtbase, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtsensors";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
}
|