3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/qt-5/modules/qtsensors.nix

8 lines
147 B
Nix
Raw Normal View History

{ qtModule, qtbase, qtdeclarative }:
qtModule {
name = "qtsensors";
qtInputs = [ qtbase qtdeclarative ];
outputs = [ "out" "dev" "bin" ];
}