qt6.qttools: symlink bin to dev output
There are several reference to "${qttools.dev}/bin" treewide, adding the
symlink to fix compatibility with these packages.
This commit is contained in:
@@ -41,4 +41,8 @@ qtModule {
|
||||
"bin/macdeployqt"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "$dev"
|
||||
ln -s "$out/bin" "$dev/bin"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user