mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
qt54.qtsensors: fix Qt module CMake config files
This commit is contained in:
parent
3bb5501a88
commit
2f0ec07921
@ -3,4 +3,7 @@
|
||||
qtSubmodule {
|
||||
name = "qtsensors";
|
||||
qtInputs = [ qtbase qtdeclarative ];
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "Sensors"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user