about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-17 17:13:19 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-17 20:20:24 -0500
commit9474fefe287cbd4abe6b42377670c76a1e6e7f89 (patch)
treee585ea031522c9ac8970f95a5855beeff063ce0d /pkgs/applications
parentc7ed090e21542078e3ad14db5d4a4ed8a925c6f7 (diff)
downloadnixlib-9474fefe287cbd4abe6b42377670c76a1e6e7f89.tar
nixlib-9474fefe287cbd4abe6b42377670c76a1e6e7f89.tar.gz
nixlib-9474fefe287cbd4abe6b42377670c76a1e6e7f89.tar.bz2
nixlib-9474fefe287cbd4abe6b42377670c76a1e6e7f89.tar.lz
nixlib-9474fefe287cbd4abe6b42377670c76a1e6e7f89.tar.xz
nixlib-9474fefe287cbd4abe6b42377670c76a1e6e7f89.tar.zst
nixlib-9474fefe287cbd4abe6b42377670c76a1e6e7f89.zip
firefoxWrapper: unquote shell glob
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/firefox/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/wrapper.nix b/pkgs/applications/networking/browsers/firefox/wrapper.nix
index 5ebd26078412..91737031be2a 100644
--- a/pkgs/applications/networking/browsers/firefox/wrapper.nix
+++ b/pkgs/applications/networking/browsers/firefox/wrapper.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
         --suffix-each LD_PRELOAD ':' "$(cat $(filterExisting $(addSuffix /extra-ld-preload $plugins)))" \
         --prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH" \
         --prefix-contents PATH ':' "$(filterExisting $(addSuffix /extra-bin-path $plugins))" \
-        --set MOZ_OBJDIR "$(ls -d "${browser}/lib/${browserName}*")"
+        --set MOZ_OBJDIR "$(ls -d "${browser}/lib/${browserName}"*)"
 
     ${ lib.optionalString libtrick
     ''