about summary refs log tree commit diff
path: root/pkgs/applications/office/libreoffice/darwin/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-07-01 00:16:16 +0000
committerGitHub <noreply@github.com>2024-07-01 00:16:16 +0000
commite37016f618f13c9397ce2d6e7e58b9b602f82fe9 (patch)
tree764196fa81476f91a8c6fb0f139a28b29a11d81f /pkgs/applications/office/libreoffice/darwin/default.nix
parent01da4c59cc4879540b7a5d73230475b4616a0dc8 (diff)
parentc00f20377be57a37df5cf7986198aab6051c0057 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/applications/office/libreoffice/darwin/default.nix')
-rw-r--r--pkgs/applications/office/libreoffice/darwin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/darwin/default.nix b/pkgs/applications/office/libreoffice/darwin/default.nix
index c81d08d31d98f..9043d575fa060 100644
--- a/pkgs/applications/office/libreoffice/darwin/default.nix
+++ b/pkgs/applications/office/libreoffice/darwin/default.nix
@@ -44,7 +44,7 @@ stdenvNoCC.mkDerivation {
     cp -R . $out/Applications/${appName}
     cat > $out/bin/${scriptName} << EOF
     #!${stdenvNoCC.shell}
-    open -na $out/Applications/${appName} --args "$@"
+    open -na $out/Applications/${appName} --args "\$@"
     EOF
     chmod +x $out/bin/${scriptName}
     runHook postInstall