mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
qt54.qtscript: fix Qt module CMake config files
This commit is contained in:
parent
65ef8578c2
commit
fbcdf3ee62
@ -4,4 +4,7 @@ qtSubmodule {
|
||||
name = "qtscript";
|
||||
qtInputs = [ qtbase qttools ];
|
||||
patches = [ ./0001-glib-2.32.patch ];
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "Script"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user