about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-09-20wrapQtAppsHook: correct skip directories heuristicworldofpeace1-1/+1
2019-09-13wrapQtAppsHook: skip directoriesBjørn Forsman1-1/+1
Prevents messages like this in the build log: grep: <PATH>/bin: Is a directory
2019-09-13wrapQtAppsHook: use `patchelf --print-interpreter` instead of `isELFExec`Bjørn Forsman1-1/+1
Some executables are built as PIEs (e.g. keepassxc) and are technically isELFDyn, not isELFExec. Without this change those executables will not be wrapped.
2019-08-17wrapQtAppsHook: use isELFExecFlorian Klink1-1/+1
This ensures we only wrap executables, not shared libraries
2019-07-17wrapQtAppsHook: use isELFworldofpeace1-0/+2
We should still prevent things like scripts from being wrapped.
2019-07-16wrapQtAppsHook: remove isQtAppworldofpeace1-6/+0
This was preventing dolphin from being wrapped.
2019-07-16wrapQtAppsHook: wrap binaries in libexecworldofpeace1-1/+1
2019-07-05wrapQtAppsHook: wrap Qt applications for runtime dependenciesThomas Tuegel1-0/+106