mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
qt54.qtsvg: fix Qt module CMake config files
This commit is contained in:
parent
35f33b438c
commit
ece0396b55
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@
|
|||
qtSubmodule {
|
||||
name = "qtsvg";
|
||||
qtInputs = [ qtbase ];
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "Svg"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue