nixpkgs/pkgs/development/libraries/qt-5/5.5/qtsensors.nix
2016-01-31 21:15:03 -06:00

10 lines
178 B
Nix

{ qtSubmodule, qtbase, qtdeclarative }:
qtSubmodule {
name = "qtsensors";
qtInputs = [ qtbase qtdeclarative ];
postFixup = ''
fixQtModuleCMakeConfig "Sensors"
'';
}