wrap-qt-apps-hook: qtWrapperArgs
may be undefined
This commit is contained in:
parent
3864800226
commit
ef43c5f5d9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Inherit arguments given in mkDerivation
|
||||
qtWrapperArgs=( $qtWrapperArgs )
|
||||
qtWrapperArgs=( ${qtWrapperArgs-} )
|
||||
|
||||
qtHostPathSeen=()
|
||||
|
||||
|
|
Loading…
Reference in a new issue