wrap-qt-apps-hook: qtWrapperArgs may be undefined
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Inherit arguments given in mkDerivation
|
# Inherit arguments given in mkDerivation
|
||||||
qtWrapperArgs=( $qtWrapperArgs )
|
qtWrapperArgs=( ${qtWrapperArgs-} )
|
||||||
|
|
||||||
qtHostPathSeen=()
|
qtHostPathSeen=()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user