mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
qt55.qtscript: fix Qt module CMake config files
This commit is contained in:
parent
8bfae5c46d
commit
6dfabcb47b
@ -4,4 +4,7 @@ qtSubmodule {
|
|||||||
name = "qtscript";
|
name = "qtscript";
|
||||||
qtInputs = [ qtbase qttools ];
|
qtInputs = [ qtbase qttools ];
|
||||||
patches = [ ./0001-glib-2.32.patch ];
|
patches = [ ./0001-glib-2.32.patch ];
|
||||||
|
postFixup = ''
|
||||||
|
fixQtModuleCMakeConfig "Script"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user