Skip to content

Commit

Permalink
wrap-qt-apps-hook: qtWrapperArgs may be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Nov 17, 2019
1 parent 3864800 commit ef43c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Inherit arguments given in mkDerivation
qtWrapperArgs=( $qtWrapperArgs )
qtWrapperArgs=( ${qtWrapperArgs-} )

qtHostPathSeen=()

Expand Down

0 comments on commit ef43c5f

Please sign in to comment.