From 38262f960f95c7f83c12b579f7cfe52f066141bf Mon Sep 17 00:00:00 2001 From: Milan Hauth Date: Thu, 14 Jul 2022 12:04:33 +0200 Subject: [PATCH] qt6.wrapQtAppsHook: fix: also wrap scripts --- pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh b/pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh index c085cdaca52e..63a1b7ec6f41 100644 --- a/pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh +++ b/pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh @@ -85,8 +85,6 @@ wrapQtAppsHook() { find "$targetDir" ! -type d -executable -print0 | while IFS= read -r -d '' file do - isELF "$file" || isMachO "$file" || continue - if [ -f "$file" ] then echo "wrapping $file"