diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 188aa02293..ea5de680e5 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -20,6 +20,7 @@ ;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer ;;; Copyright © 2021 Baptiste Strazzul ;;; Copyright © 2022 SeerLite +;;; Copyright © 2024 Aleksandr Vityazev ;;; ;;; This file is part of GNU Guix. ;;; @@ -2091,7 +2092,7 @@ associated with their name.")) (call-with-output-file exe (lambda (port) (format port "#!~a - MOZ_ENABLE_WAYLAND=1 exec ~a $@" + MOZ_ENABLE_WAYLAND=1 exec ~a \"$@\"" #$(file-append bash-minimal "/bin/bash") #$(file-append icedove "/bin/icedove")))) (chmod exe #o555)