summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-11-17 15:48:39 -0500
committerJohn Ericson <git@JohnEricson.me>2019-11-17 15:48:39 -0500
commitef43c5f5d928758d15cd42b18454e7145a163331 (patch)
tree7c297f02c14fac292c02379c817c575b9af1cc5b /pkgs/development/libraries/qt-5
parent3864800226f7fa9063ba520e4a2d92426a75a2c7 (diff)
downloadnixpkgs-ef43c5f5d928758d15cd42b18454e7145a163331.tar
nixpkgs-ef43c5f5d928758d15cd42b18454e7145a163331.tar.gz
nixpkgs-ef43c5f5d928758d15cd42b18454e7145a163331.tar.bz2
nixpkgs-ef43c5f5d928758d15cd42b18454e7145a163331.tar.lz
nixpkgs-ef43c5f5d928758d15cd42b18454e7145a163331.tar.xz
nixpkgs-ef43c5f5d928758d15cd42b18454e7145a163331.tar.zst
nixpkgs-ef43c5f5d928758d15cd42b18454e7145a163331.zip
wrap-qt-apps-hook: `qtWrapperArgs` may be undefined
Diffstat (limited to 'pkgs/development/libraries/qt-5')
-rw-r--r--pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh b/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh
index d9e5880289d..f591ef2fb42 100644
--- a/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh
+++ b/pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh
@@ -1,5 +1,5 @@
 # Inherit arguments given in mkDerivation
-qtWrapperArgs=( $qtWrapperArgs )
+qtWrapperArgs=( ${qtWrapperArgs-} )
 
 qtHostPathSeen=()