mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 09:54:52 +00:00
11 lines
129 B
Nix
11 lines
129 B
Nix
{ qtModule
|
|
, qtbase
|
|
, qtdeclarative
|
|
, qtsvg
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtsensors";
|
|
qtInputs = [ qtbase qtdeclarative qtsvg ];
|
|
}
|