2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-02-25 13:06:08 +00:00

8 lines
148 B
Nix
Raw Normal View History

2024-01-19 13:30:40 +01:00
{ qtModule, qtbase, qtdeclarative }:
qtModule {
pname = "qtsensors";
qtInputs = [ qtbase qtdeclarative ];
outputs = [ "out" "dev" "bin" ];
}