wrap-qt-apps-hook: qtWrapperArgs may be undefined

This commit is contained in:
John Ericson 2019-11-17 15:48:39 -05:00
parent 3864800226
commit ef43c5f5d9

View file

@ -1,5 +1,5 @@
# Inherit arguments given in mkDerivation
qtWrapperArgs=( $qtWrapperArgs )
qtWrapperArgs=( ${qtWrapperArgs-} )
qtHostPathSeen=()